[
https://issues.apache.org/jira/browse/KAFKA-16587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-16587.
---------------------------------
Fix Version/s: 3.8.0
Reviewer: David Jacot
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 3.8.0
>
>
> 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)