-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-7896; Add sasl.jaas.config/sasl.mechanism props to the log4j ka…
…fka appender This patch adds 2 props to the log4j kafka appender that get put directly into the sasl properties passed to the producer: - ClientJaasConf: This property sets sasl.jaas.config - SaslMechanim: This property sets sasl.mechanism Author: Rohan Desai <[email protected]> Reviewers: Manikumar Reddy <[email protected]> Closes #6216 from rodesai/add-kafka-appender-security-props
- Loading branch information
Showing
3 changed files
with
80 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters