jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171947129


##########
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##########
@@ -2175,7 +2182,7 @@ public void 
testClusterAuthorizationExceptionInProduceRequest() throws Exception
         sender.runOnce();
         assertFutureFailure(future, ClusterAuthorizationException.class);
 
-        // cluster authorization errors are fatal, so we should continue 
seeing it on future sends
+        // expecting to continue to see authorization error until user 
permission is fixed
         assertTrue(transactionManager.hasFatalError());

Review Comment:
   Ah I also missed. Thanks for correcting
   



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