JiayaoS opened a new pull request, #22210: URL: https://github.com/apache/kafka/pull/22210
Simplify the `addPartitions` builder methods by replacing the generic type parameter `<P>` and the `Function` mapper with explicit request partition classes (e.g., `OffsetCommitRequestPartition`). This removes unnecessary abstraction that was only useful in test cases, and streamlines the API usages across both production and test code. -- 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]
