gaurav-narula commented on code in PR #16354:
URL: https://github.com/apache/kafka/pull/16354#discussion_r1641912898
##########
clients/src/test/java/org/apache/kafka/common/network/EchoServer.java:
##########
@@ -38,6 +38,11 @@
* A simple server that takes size delimited byte arrays and just echos them
back to the sender.
*/
class EchoServer extends Thread {
+ // JDK has a bug where sockets may get blocked on a read operation if they
are closed during a TLS handshake.
Review Comment:
Thanks for the review! Addressed in
[7ac5fca](https://github.com/apache/kafka/pull/16354/commits/7ac5fca63c6a8325043e2a601e6f712990a74771)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]