-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka-manager JMX_PORT #141
Comments
I think there's nothing special with the JMX port, like with the relation between Kafka's bootstrap flow and listener addresses. You can expose 5555 to remote using any Kubernetes mechanism you like. |
if i expose jmx port through kubernetes services, the nodeport will be between 30k-32k ; |
because kafka manager will try to reach nodeIP:5555 |
I recommend that you run kafka-manager together with your kafka cluster, and expose kafka-manager remotely instead. See #83. It'd be interesting to be able to use JMX GUIs remotely, and for that I guess it doesn't matter if the port is different. |
is there something wrong in my configs ? |
Sorry, IMO external kafka-manager isn't in scope for this repo. Feel free to explore this anyway. If others are interested they will surely find this issue and maybe you can join forces. |
Hello,
by default JMX_PORT = 5555
but kafka-manager cannot reach that port using the outside-(0,1,2) services
enviroment: kubernetes 1.9.2 (kubeadm); local
any ideas ?
thanks
The text was updated successfully, but these errors were encountered: