Hello,

I need to programmatically monitor the offset of my Kafka Spouts (based on
storm-kafka, not storm-kafka-client).

I already have a probe checking the offsets of all consumers of my Kafka
Brokers cluster. It takes into account both Zookeeper-based old consumers,
but also newer ones managing their offsets directly in Kafka brokers.

But my probe do not "see" any of the consumers corresponding to Kafka
spouts.

So my question is: where does Kafka spouts (from storm-kafka) store their
offsets as Kafka consumers?

Tested configurations:
* Storm 1.0.1, Storm 1.0.3 and Storm 1.1.0 rc3,
* Kafka Brokers : 0.1.10.1


Best regards,
Alexandre Vermeerbergen

Reply via email to