cmccabe commented on code in PR #11969: URL: https://github.com/apache/kafka/pull/11969#discussion_r871644131
########## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ########## @@ -1509,4 +1512,29 @@ class KafkaConfigTest { assertNotNull(config.getLong(KafkaConfig.SaslOAuthBearerJwksEndpointRetryBackoffMsProp)) assertNotNull(config.getLong(KafkaConfig.SaslOAuthBearerJwksEndpointRetryBackoffMaxMsProp)) } + + @Test Review Comment: The authorizer does not have to be ready to receive early authorization requests unless it chooses to. For example, AclAuthorizer will return futures from `AclAuthorizer#start` that don't get completed early. -- 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