rajinisivaram opened a new pull request #11597:
URL: https://github.com/apache/kafka/pull/11597


   When server fails SSL handshake and closes its connection, we attempt to 
report this to clients on a best-effort basis. When IOException is detected in 
the client, we may proceed to close the connection before processing all the 
data from the server if we have data pending to be sent to the server. Server 
attempts to send any data that has been already wrapped, but may not wrap again 
after handshake failure, so error may not be propagated to clients. However, 
our tests assume that clients always detect  handshake failures. This PR 
attempts to wrap and send all data on the server-side after handshake failure 
and attempts to process all data on the client-side.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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