Skip to content

Commit

Permalink
Set the correct kafka host value for clustered mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye committed Apr 17, 2024
1 parent c96c2b1 commit f199cc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.cluster
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ JS_REPORT_PACKAGE_PATH=
KAFKA_TOPICS=2xx,reprocess,3xx,metrics:3:3
KAFKA_HOSTS=kafka-01:9092,kafka-02:9092,kafka-03:9092

# Kafka consumer mapper
KAFKA_HOST=kafka-01,kafka-02,kafka-03
KAFKA_PORT=9092

# MPI MEDIATOR
MPI_MEDIATOR_INSTANCES=3

Expand Down

0 comments on commit f199cc6

Please sign in to comment.