Hi, I was looking for a quick and easy way to monitor tasks offsets and stumbled upon this utility: https://github.com/quantifind/KafkaOffsetMonitor
It didn't work for me and what I discovered is that it they apparently look for the consumers list and offsets in zookeeper, while Samza stores those in a kafka topic. I tried to think what could be the down sides of using zookeeper to store offsets (performance?) but didn't had anything solid that came to mind. I guess you guys had some discussions regarding this in the past, What would be the pros/cons for storing the offsets in a kafka topic instead of zookeeper? Thanks, Dotan