joshua2519 opened a new pull request, #22589:
URL: https://github.com/apache/kafka/pull/22589

   Follow-up to #21432 addressing review feedback:
   - `buildRequest`: replace `Collectors.groupingBy` with a single-pass 
find-or-create over a local `Map<Uuid, TopicData>`, avoiding the intermediate 
`Map<Uuid, List<AlterPartitionItem>>`. 
   - `handleAlterPartitionResponse`: factor the `CLUSTER_AUTHORIZATION_FAILED` 
message into a local to drop the duplicated string literal. 
   - `AlterPartitionManagerTest`: drop the redundant `TopicPartitionKey` record 
in favor of `TopicIdPartition`.


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