We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7fad8 commit 534817eCopy full SHA for 534817e
.env
@@ -14,7 +14,7 @@ REDIS_CHANNEL="redis-message-channel"
14
15
#KAFKA ENV'S
16
KAFKA_GROUP_ID="scalable-chat-app"
17
-KAFKA_BROKERS="192.168.1.110:9092"
+KAFKA_BROKERS="<IPv4-Address>:9092"
18
PROCESS_KAFKA_MESSAGE_LIMIT=100
19
KAFKA_TOPIC="chat-updates"
20
-KAFKA_NO_OF_PARTITIONS=1
+KAFKA_NO_OF_PARTITIONS=1
0 commit comments