cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
209 stars 20 forks source link

Kafka JMX port is missing in ServiceSecurityGroup #71

Closed jazzl0ver closed 5 years ago

jazzl0ver commented 6 years ago
[root@monitor-uat plugin]# telnet kafka-uat-0.firecamp-uat-firecamp.com 9092
Trying 172.22.1.107...
Connected to kafka-uat-0.firecamp-uat-firecamp.com.
Escape character is '^]'.
^]
telnet> q
Connection closed.
[root@monitor-uat plugin]# telnet kafka-uat-0.firecamp-uat-firecamp.com 9093
Trying 172.22.1.107...
^C
JuniusLuo commented 6 years ago

This is by design. We limit the Kafka jmx port to kafkamanager only. Is there any reason that you want to connect to it instead of viewing in kafkamanager?

jazzl0ver commented 6 years ago

Same reason like we have for Cassandra - retrieve various counters and set up alarms in the monitoring system. Kafkamanager is unable to send alerts.

JuniusLuo commented 6 years ago

Sounds good. We could open it.