Versions Compared

Key

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

...

Code Block
languagebash
$ bin/kafka-metadata-quorum.sh --bootstrap-server :9092 describe --replication --human-readable
NodeId	LogEndOffset	Lag	LastFetchTimestamp	LastCaughtUpTimestamp	Status  	
2     	8689        	0  	4 ms ago          	4 ms ago             	Leader  	
3     	8689        	0  	148 ms ago        	148 ms ago           	Follower	
4     	8689        	0  	148 ms ago        	148 ms ago           	Follower

$ bin/kafka-metadata-quorum.sh --bootstrap-serverboot :9092 describe --re --hu
NodeId	LogEndOffset	Lag	LastFetchTimestamp	LastCaughtUpTimestamp	Status  	
2     	61          	0  	5 ms ago          	5 ms ago             	Leader  	
3     	61          	0  	56 ms ago         	56 ms ago            	Follower	
4     	61          	0  	56 ms ago         	56 ms ago            	Follower

...