FrankYang0529 commented on PR #17444:
URL: https://github.com/apache/kafka/pull/17444#issuecomment-2404557958

   Hi @dajac, I implement option 2 in 
https://issues.apache.org/jira/browse/KAFKA-17747. Could you help me check 
whether current implementation is on a correct way? If yes, I will do following 
changes:
   
   * Remove `TopicMetadata(Uuid, String, int)` and 
`SubscribedTopicDescriberImpl(Map<Uuid, TopicMetadata>)`. Only keep 
`TopicMetadata(Uuid, String, int, int)` and 
`SubscribedTopicDescriberImpl(Map<Uuid, TopicMetadata>, Map<Uuid, Map<Integer, 
Set<String>>>)`.
   * Add a new field `PartitionRacksHashCode` to 
`ConsumerGroupPartitionMetadataValue.json` and 
`ShareGroupPartitionMetadataValue.json`.
   * Add related test cases.
   
   Thank you 😄


-- 
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]

Reply via email to