Ritika Reddy created KAFKA-16587:
------------------------------------
Summary: Store subscription model for consumer group in group state
Key: KAFKA-16587
URL: https://issues.apache.org/jira/browse/KAFKA-16587
Project: Kafka
Issue Type: Sub-task
Reporter: Ritika Reddy
Assignee: Ritika Reddy
Currently we iterate through all the subscribed topics for each member in the
consumer group to determine whether all the members are subscribed to the same
set of topics aka it has a homogeneous subscription model.
Instead of iterating and comparing the topicIds on every rebalance, we want to
maintain this information in the group state
--
This message was sent by Atlassian Jira
(v8.20.10#820010)