lkokhreidze opened a new pull request #10802: URL: https://github.com/apache/kafka/pull/10802
Part 1 of [KIP-708](https://cwiki.apache.org/confluence/display/KAFKA/KIP-708%3A+Rack+awareness+for+Kafka+Streams) implementation. Full implementation can be checked here https://github.com/apache/kafka/pull/10785. Splitting PRs into three smaller PRs to make the review process easier to follow. Overall plan is the following: 👉 Part-1: Protocol change, add `clientTags` to `SubscriptionInfoData` ⏭️ Part-2: Rack aware standby task assignment logic. ⏭️ Part-3: Add required configurations to `StreamsConfig` (public API change, at this point we should have full functionality) This PR adds `clientTags` to `SubscriptionInfoData` and implements Part-1 of above mentioned plan. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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