showuon commented on code in PR #15549:
URL: https://github.com/apache/kafka/pull/15549#discussion_r1537157667
##########
core/src/main/scala/kafka/server/KafkaServer.scala:
##########
@@ -632,6 +634,7 @@ class KafkaServer(
case t: Throwable => throw new RuntimeException("Received a fatal
error while " +
"waiting for the SocketServer Acceptors to be started.", t)
}
+ info("End processing authorizer futures")
Review Comment:
`enableRequestProcessingFuture` is not related to `authorizer`. Also, I saw
when in KRaft mode, we'll use `FutureUtils.waitWithLogging`
[here](https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/BrokerServer.scala#L530).
Do you think we can use it? Why and why not?
--
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]