Useful commands for the developer

Edit me

Display topic offsets:

bin/kafka-run-class.sh kafka.tools.GetOffsetShell --topic test1 --broker-list localhost:9091

output

<topic>:<offset_of_first_message>:<next_offset>

Updated: