diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 index 8696578..fa38103 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + KAFKA_BROKERCONNECT: 10.10.10.120:9092 + # kafka-1:29092 + # JVM_OPTS: "-Xms16M -Xmx48M -Xss180K -XX:-TieredCompilation -XX:+UseStringDuplication -noverify" + # JVM_OPTS: "-Xms16M -Xmx48M" +