pprovenzano commented on code in PR #13114:
URL: https://github.com/apache/kafka/pull/13114#discussion_r1102813837


##########
core/src/main/scala/kafka/server/ControllerApis.scala:
##########
@@ -816,6 +817,17 @@ class ControllerApis(val requestChannel: RequestChannel,
       }
   }
 
+  def handleAlterUserScramCredentials(request: RequestChannel.Request): 
CompletableFuture[Unit] = {
+    val alterRequest = request.body[AlterUserScramCredentialsRequest]
+    val context = new ControllerRequestContext(request.context.header.data, 
request.context.principal,

Review Comment:
   I understand. Thanks for your explanation. This is now fixed.



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