cmccabe commented on code in PR #17305:
URL: https://github.com/apache/kafka/pull/17305#discussion_r1779083029
##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -139,6 +139,8 @@ object StorageTool extends Logging {
if (namespace.getBoolean("standalone")) {
formatter.setInitialVoters(createStandaloneDynamicVoters(config))
}
+ Option(namespace.getList("add_scram")).
Review Comment:
I had to double-check this since the no-scram case is actually a null rather
than an empty list... 🫤
--
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]