Re: [PR] Fix incorrect syntax for config [kafka]

2024-03-11 Thread via GitHub
mjsax commented on PR #15500: URL: https://github.com/apache/kafka/pull/15500#issuecomment-1989056918 Merged to `trunk` and cherry-picked to `3.7` and `3.6` branches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Fix incorrect syntax for config [kafka]

2024-03-08 Thread via GitHub
mjsax merged PR #15500: URL: https://github.com/apache/kafka/pull/15500 -- 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:

Re: [PR] Fix incorrect syntax for config [kafka]

2024-03-08 Thread via GitHub
mjsax commented on code in PR #15500: URL: https://github.com/apache/kafka/pull/15500#discussion_r1518395847 ## clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java: ## @@ -285,8 +285,10 @@ public class ProducerConfig extends AbstractConfig {

Re: [PR] Fix incorrect syntax for config [kafka]

2024-03-08 Thread via GitHub
joel-hamill commented on PR #15500: URL: https://github.com/apache/kafka/pull/15500#issuecomment-1986393715 cc @cherylws -- 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] Fix incorrect syntax for config [kafka]

2024-03-08 Thread via GitHub
joel-hamill opened a new pull request, #15500: URL: https://github.com/apache/kafka/pull/15500 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* Fixed improper