alexec opened a new pull request, #12697: URL: https://github.com/apache/kafka/pull/12697
Signed-off-by: Alex Collins <alex_coll...@intuit.com> Fixes [KAFKA-2526](https://issues.apache.org/jira/browse/KAFKA-2526) Configuration of the `ConsoleProducer` and `ConsoleConsumer` has been broken since 2017. Despite there being CLI options, these are ignored. The `client.properties` file is also ignored for both. I have a custom deserilazer and serializer that I want to use (it does encryption and decryption). <!--*Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.*--> This is behavior correction rather than change. There are no tests, or test infrastructure for these two tools. Testing will be manual. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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