Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group my-group --members --verbose
GROUP			CONSUMER-ID				HOST			CLIENT-ID			#PARTITIONS		CURRENT-EPOCH	CURRENT-ASSIGNMENT			TARGET-EPOCH	TARGET-ASSIGNMENT			PROTOCOL
consumer-group	T4tbGKsvT7CtsxVBH5J2QQ	/127.0.0.1		consumer-group-1	4				1				my_topic:0,1;new_topic:0,1			1				my_topic:0,1;new_topic:0,1	consumer
classic-group	984f918d0921caae		/127.0.0.1		classic-group-1		4				1				my_topic:0,1;new_topic:0,1			1				my_topic:0,1;new_topic:0,1	classic

...