RaidenE1 commented on code in PR #20325: URL: https://github.com/apache/kafka/pull/20325#discussion_r2270947839
########## core/src/main/scala/kafka/server/AutoTopicCreationManager.scala: ########## @@ -135,10 +190,17 @@ class DefaultAutoTopicCreationManager( clearInflightRequests(creatableTopics) if (response.authenticationException() != null) { warn(s"Auto topic creation failed for ${creatableTopics.keys} with authentication exception") + cacheTopicCreationErrors(creatableTopics.keys.toSet, "Authentication failed") Review Comment: Makes sense, 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