Skip to content

Commit

Permalink
TB-209 update async-processor env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewErispe committed Oct 3, 2023
1 parent e383c21 commit fa230eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client-registry-jempi/docker-compose.combined.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ services:
jempi-async-receiver:
image: jembi/jempi-async-receiver:${JEMPI_ASYNC_RECEIVER_IMAGE_TAG}
environment:
kafka.bootstrap.servers: ${KAFKA_HOSTS}
LOG4J2_LEVEL: ${LOG4J2_LEVEL}
KAFKA_BOOTSTRAP_SERVERS: ${KAFKA_HOSTS}
KAFKA_CLIENT_ID: ${KAFKA_CLIENT_ID_ASYNC}
deploy:
replicas: ${JEMPI_ASYNC_RECEIVER_INSTANCES}
resources:
Expand Down

0 comments on commit fa230eb

Please sign in to comment.