Hey Joe,

The closest thing is probably the ConsumerOffsetChecker (which is
deprecated in 0.9 and replaced by the ConsumerGroupCommand).

https://cwiki.apache.org/confluence/display/KAFKA/System+Tools#SystemTools-ConsumerOffsetChecker



On Wed, May 11, 2016 at 5:09 AM, Joe San <codeintheo...@gmail.com> wrote:

> 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?
>



-- 
Dustin Cote
confluent.io

Reply via email to