-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
KAFKA-18374 Remove unused EncryptingPasswordEncoder #18355
Conversation
@mingdaoy could you please remove |
|
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.
@mingdaoy could you please remove base64Encode
and base64Decode
too?
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.
Leave a minor comment.
@@ -22,16 +22,6 @@ | |||
import java.util.Base64; |
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.
This line can be removed as well.
…mParamsEncoder, IvParamsEncoder, and the unused static variables in PasswordEncoder
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.
LGTM. Thanks for the patch.
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.
Thanks for this change! Restarting the unit test run!
…mParamsEncoder, IvParamsEncoder, and the unused static variables in PasswordEncoder (#18355) Reviewers: TengYao Chi <[email protected]>, TaiJuWu <[email protected]>, Christo Lolov <[email protected]>, PoAn Yang <[email protected]>, Chia-Ping Tsai <[email protected]>
https://issues.apache.org/jira/browse/KAFKA-18374
Committer Checklist (excluded from commit message)