mimaison commented on code in PR #15786:
URL: https://github.com/apache/kafka/pull/15786#discussion_r1576422765


##########
core/src/main/scala/kafka/server/ZkAdminManager.scala:
##########
@@ -959,7 +960,7 @@ class ZkAdminManager(val config: KafkaConfig,
         } else if (requestStatus.mechanism == Some(ScramMechanism.UNKNOWN)) {
           (requestStatus.user, unknownScramMechanismMsg)

Review Comment:
   It looks weird to me but it seems `contains()` is Scala idiomatic, so I made 
the change



-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to