Apache Kafka - 咨询消息

时间:2015-08-28 20:20:37

标签: apache-kafka

Apache Kafka有选项"咨询消息",类似于ActiveMQ?

ActiveMQ咨询消息 - > http://activemq.apache.org/advisory-message.html

1 个答案:

答案 0 :(得分:3)

No, there is no such functionality. Instead of managing cluster with advisory messages, kafka relies on zookeeper and whenever some action is required (e.g. delete topic, perform rebalance) it creates appropriate "command" node in zk.

Having said this, kafka exposes a lot of it's underpinnings as JMX accessible statistics.