kafka Brokers Leader Skewed

2020-10-29 Thread Nishant Kumar
Hi, I have 10 node kafka cluster. Both kafka broker and zookeeper are running on each node. Recently 2 node was down (2 and 4). I have a topic with 60 partitions and 3 replication. In kafka manager, Brokers Skewed % is showing as 50 and Brokers Leader Skewed % as 70. I have manually reassigned

Re: MirrorMaker 2 Reload Configuration

2020-10-29 Thread Devaki, Srinivas
Hi Folks, I've also ran a console-consumer on the `mm2-configs` kafka topic created by the mirror maker and found that even after the restart of the mirror maker 2 with new config, the config registered in the mm2-configs kafka topic is still pointing to a legacy mirror maker configuration.

MirrorMaker 2 Reload Configuration

2020-10-29 Thread Devaki, Srinivas
Hi Folks, I'm running mirror maker as a dedicated cluster as given in the mirrormaker 2 doc. but for some reason when I add new topics and deploy the mirror maker it's not detecting the new topics at all, even the config dumps in the mirror maker startup logs don't show the newly added topics.

Isolation.level default behavior

2020-10-29 Thread usha rani
Hi Team, Recently we ended up having huge duplicates sending out of the connector due to the segment roll out ended in creating out of range issue. To avoid the occurance of the above issue we made couple of changes as part of it we are planning to change 'isolation.level' to 'read_committed'.