Re: Kafka topic __consumer_offsets replication issue

2023-05-01 Thread Luke Chen
Hi kiran, I would check the log end offset of the in-sync partition first, and check the lags of the offsets with the leader offset. (You can check by metric: `kafka.log:type=Log,name=LogEndOffset,topic=xxx, partition=xx`) Then, I would check if the follower is doing fetching without error by chec

Re: Kafka topic __consumer_offsets replication issue

2023-04-29 Thread kiran kumar
Hello All, Any insights on this issue? Thanks, Kiran On Sun, 23 Apr 2023 at 1:58 PM, kiran kumar wrote: > Hello Kafka Folks, > > I have encountered an issue with Kafka 3.2 version. > Environment: > OS: RHEL 7.9 > Java: 1.8 > Kafka: 3.2 > > There seems to one of the replica is stuck in __consum