Hi, How can I track the progress of a kafka streaming job? The only reference I see is "commit.interval.ms" which controls how often offset is committed. By default where is it committed and is there a tool to read it back? May be something similar to bin/kafka-consumer-groups.sh.
I'd like to look at details for source & intermediate topics too. Srikanth