mingdaoy commented on code in PR #19082:
URL: https://github.com/apache/kafka/pull/19082#discussion_r1982214194
##########
metadata/src/main/java/org/apache/kafka/metadata/storage/ScramParser.java:
##########
@@ -173,7 +173,8 @@ byte[] saltedPassword(byte[] salt, int iterations) throws
Exception {
return configuredSaltedPassword.get();
}
return new ScramFormatter(mechanism).saltedPassword(
- configuredPasswordString.get(),
+ configuredPassword
Review Comment:
@szetszwo Thanks for the review!
ScramParserTest:

##########
metadata/src/main/java/org/apache/kafka/metadata/storage/ScramParser.java:
##########
@@ -173,7 +173,9 @@ byte[] saltedPassword(byte[] salt, int iterations) throws
Exception {
return configuredSaltedPassword.get();
}
return new ScramFormatter(mechanism).saltedPassword(
- configuredPasswordString.get(),
+ configuredPasswordString
Review Comment:
ScramParserTest:

--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]