ches / docker-kafka

Apache Kafka on Docker
https://hub.docker.com/r/ches/kafka/
146 stars 137 forks source link

JMX #1

Closed fatlazycat closed 9 years ago

fatlazycat commented 9 years ago

Hi, how do you connect jconsole ?

I'm trying on the equivalent of $KAFKA_IP:7203

But it just never seems to connect.

Have I got the wrong IP ?

Thanks

fatlazycat commented 9 years ago

Actually sorry, realised getting confused over the docker host ip.

When I use the docker_host ip and 7203 I get connection refused.

ches commented 9 years ago

I know this was awhile ago, but you're right that JMX wasn't very usable from outside—if you're still working with this image, have a look at d4d974e8dcf9a2b which is now in ches/kafka:0.8.2.1 and see if that covers all the configurability you need.