You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/06/03 04:11:11 UTC

[GitHub] [kafka] saddays commented on pull request #10781: MINOR: Reduce duplicate authentication check

saddays commented on pull request #10781:
URL: https://github.com/apache/kafka/pull/10781#issuecomment-853546556


   > I don't think this is correct, since we are verifying the node authentication status after request being disconnected. Do you recall the reasoning for calling this API like this? @hachikuji
   
   
   Thanks for your review.
   
   The node authentication status is updated by **NetworkClient.processDisconnection** , so the node authentication status is **known** after disconnecting.    **NetworkClient.authenticationException**  just read the status of the node, not realy connect it. 
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org