fix
This commit is contained in:
Regular → Executable
+5
-1
@@ -83,4 +83,8 @@ services:
|
||||
ports:
|
||||
- 19000:9000 # Maps port 19000 of the host to port 9000 inside the container.
|
||||
environment:
|
||||
KAFKA_BROKERCONNECT: kafka-1:29092
|
||||
KAFKA_BROKERCONNECT: 10.10.10.120:9092
|
||||
# kafka-1:29092
|
||||
# JVM_OPTS: "-Xms16M -Xmx48M -Xss180K -XX:-TieredCompilation -XX:+UseStringDuplication -noverify"
|
||||
# JVM_OPTS: "-Xms16M -Xmx48M"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user