In version 0.9.0.0, we have this beautiful command that would show the
offset and the lag in a println as:

println("%s, %s, %s, %s, %s, %s, %s"
  .format("GROUP", "TOPIC", "PARTITION", "CURRENT OFFSET", "LOG END
OFFSET", "LAG", "OWNER"))


is there an equivalent command that I could use for the 0.8.2.1 kafka
version?

Reply via email to