thspinto commented on pull request #7577: URL: https://github.com/apache/kafka/pull/7577#issuecomment-620331815
> @ning2008wisc what happens in a situation where i have a single consumer group subscribing to multiple topics . Let's say we have two sites - Site A and Site B and three topics - topic A, topic B and topic C. And multiple consumers are consuming from site A and if we move consumption of topic A from site A to site B. Will the committed offsets of topics B and C continue to get updated for that consumer group on site B? From [here](https://github.com/apache/kafka/pull/7577/files#diff-5823cb84c328c779b8d18ab802109141R242) I'd say that as soon as the consumer group starts consuming from site B, the offsets from the same consumer group from site A won't be synced anymore. Independent of the topics. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org