Skip to content

Commit

Permalink
Merge pull request #96 from Yolean/enable-broker-jmx
Browse files Browse the repository at this point in the history
Enable broker JMX_PORT 5555
  • Loading branch information
solsson committed Nov 10, 2017
2 parents 32a013d + e2ae2bf commit 99d22ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kafka/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ spec:
env:
- name: KAFKA_LOG4J_OPTS
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties
- name: JMX_PORT
value: "5555"
ports:
- name: inside
containerPort: 9092
- name: outside
containerPort: 9094
- name: jmx
containerPort: 5555
command:
- ./bin/kafka-server-start.sh
- /etc/kafka/server.properties
Expand Down

0 comments on commit 99d22ad

Please sign in to comment.