[ 
https://issues.apache.org/jira/browse/KAFKA-19393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044142#comment-18044142
 ] 

Lianet Magrans commented on KAFKA-19393:
----------------------------------------

Hey sorry I haven't had bandwidth but will take a look asap. Removed the 
release version for now as this is still under discussion and we're on code 
freeze. Thanks!

> Consolidate consumer assignment state views
> -------------------------------------------
>
>                 Key: KAFKA-19393
>                 URL: https://issues.apache.org/jira/browse/KAFKA-19393
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients, consumer
>            Reporter: Lianet Magrans
>            Assignee: sanghyeok An
>            Priority: Major
>              Labels: kip-848-client-support
>
> Currently the consumer assignment state is partly in the SubscriptionState 
> (where group assignment is updated for both protocols), and in the 
> ConsumerMembershipMgr (where assignment is initially received in HB responses 
> and reconciled with the new Consumer protocol). 
> We should consider extracting the assignment state to have a single view of 
> it, that could be used from the SubscriptionState and the MembershipMgrs.
> More context in PR comment (when dealing with making assigned topic IDs 
> available in the SubscriptionState, as they are needed to request metadata 
> for topics assigned when using broker-side regex) 
> https://github.com/apache/kafka/pull/19814#discussion_r2131673167



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to