chia7712 merged PR #19007:
URL: https://github.com/apache/kafka/pull/19007
--
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: jira-unsubscr...@kafka.apache
AndrewJSchofield commented on PR #19007:
URL: https://github.com/apache/kafka/pull/19007#issuecomment-2676290641
@sjhajharia Please merge the latest changes from trunk.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
sjhajharia commented on PR #19007:
URL: https://github.com/apache/kafka/pull/19007#issuecomment-2676294091
Done
Thanks!
--
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.
T
sjhajharia opened a new pull request, #19007:
URL: https://github.com/apache/kafka/pull/19007
Given that now we support Java 17 on our brokers, this PR replace the use of
`Collections.singletonList()` and `Collections.emptyList()` with `List.of()`
--
This is an automated message from the