Re: [PR] [MINOR] Clean up share-coordinator [kafka]

2025-02-22 Thread via GitHub
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

Re: [PR] [MINOR] Clean up share-coordinator [kafka]

2025-02-22 Thread via GitHub
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

Re: [PR] [MINOR] Clean up share-coordinator [kafka]

2025-02-22 Thread via GitHub
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

[PR] [MINOR] Clean up share-coordinator [kafka]

2025-02-22 Thread via GitHub
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