divijvaidya commented on code in PR #12228:
URL: https://github.com/apache/kafka/pull/12228#discussion_r902792942


##########
clients/src/main/java/org/apache/kafka/common/security/authenticator/SaslClientAuthenticator.java:
##########
@@ -567,12 +577,12 @@ private boolean flushNetOutBuffer() throws IOException {
     private AbstractResponse receiveKafkaResponse() throws IOException {
         if (netInBuffer == null)
             netInBuffer = new NetworkReceive(node);
-        NetworkReceive receive = netInBuffer;
+        final NetworkReceive receive = netInBuffer;

Review Comment:
   This is 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