AndrewJSchofield opened a new pull request, #22996: URL: https://github.com/apache/kafka/pull/22996
The SubscriptionState class in the client is a core class in the consumer and share consumer. It keeps track of all manner of consumer state such as subscribed topics, assigned partitions and fetch positions. Although there are some concepts which are common to consumer group and share group subscription state management, there are also many differences. This task refactors the subscription state to remove this false coupling between group types, and give share groups better control over the topics included in the metadata. It's a largely mechanical change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
