Re: [PR] MINOR: Simplify UnsentRequest constructor [kafka]

2023-10-20 Thread via GitHub
philipnee closed pull request #14581: MINOR: Simplify UnsentRequest constructor URL: https://github.com/apache/kafka/pull/14581 -- 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.

[PR] MINOR: Simplify UnsentRequest constructor [kafka]

2023-10-18 Thread via GitHub
philipnee opened a new pull request, #14581: URL: https://github.com/apache/kafka/pull/14581 Per: https://github.com/apache/kafka/pull/14532 The constructor of providing a BiConsumer seems confusing. Instead, here I provide a whenComplete() interface to chain the user provided callba