cmccabe opened a new pull request #11711: URL: https://github.com/apache/kafka/pull/11711
If a configuration value is empty or contains only whitespace, appending to it should not result in a comma getting added to the configuration value. So, for example, adding "first" to " " should result in "first", not " ,first". Fix this and add a unit test. -- 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.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org