-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: kafka sasl auth #1186
feat: kafka sasl auth #1186
Changes from 13 commits
1f18505
543194d
71776e9
244e31a
9b8ad2f
5566e10
5201e2c
9210e92
0e377b9
c02fc33
0969441
f83f84d
17cbfc4
571569e
b072a95
f08d09f
4bee62d
ec5b99e
a3d7e3c
1c3a84c
9e364a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A function
func (s SASLConfig) GetMechanism()
would be helpful to saveif..else
everywhere.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will refactor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactored both sensor and event source kafka configs. Function GetMechanism() will by default, will set mechanism to "PLAINTEXT" unless otherwise specified.