Raphael,
kafka spout sends metrics for kafkaOffset and kafkaPartition you
can look at those by using LoggingMetrics or setting up a ganglia.
Kafka uses its own zookeeper to store state info per topic & group.id
you can look at kafka offsets using
kafka/bin/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker
-Harsha
On Tue, May 27, 2014, at 03:01 PM, Raphael Hsieh wrote:
Is there a way to tell where in the kafka stream my topology is
starting from?
>From my understanding Storm will use zookeeper in order to tell its
place in the Kafka stream. Where can I find metrics on this ?
How can I see how large the stream is? What how much data is sitting in
the stream and what the most recent/oldest position is?
Thanks
--
Raphael Hsieh