Re: [PR] KAFKA-18693: Remove PasswordEncoder [kafka]

2025-02-03 Thread via GitHub
chia7712 merged PR #18790: URL: https://github.com/apache/kafka/pull/18790 -- 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

Re: [PR] KAFKA-18693: Remove PasswordEncoder [kafka]

2025-02-03 Thread via GitHub
chia7712 commented on PR #18790: URL: https://github.com/apache/kafka/pull/18790#issuecomment-2632902763 testFencingOnTransactionExpiration is traced by #18793 testOutdatedCoordinatorAssignment -> https://issues.apache.org/jira/browse/KAFKA-15900 testUnmuteChannelWithBufferedR

[PR] KAFKA-18693: Remove PasswordEncoder [kafka]

2025-02-03 Thread via GitHub
mingyen066 opened a new pull request, #18790: URL: https://github.com/apache/kafka/pull/18790 In Kraft, we don't encode or decode passwords, so the code related to this class will not be executed. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implem