Trying to add a new broker to the Kafka cluster and decommission the existing broker. Using the reassignment-partitions script, the partitions are migrated successfully to the new broker. But the consumer offsets are not migrating from existing broker to the new broker (Consumer offsets are stored in kafka and not in zookeeper). So the existing consumers are not receiving any messages with only the new node running. But able to publish messages to the new node.
Appreciate if someone can provide some insights on how to handle this.