Details
Description
4.1.37 adds https://github.com/netty/netty/pull/9116 which is critical to the stability of the Java Client.
After the upgrade a follow-up task would :
1. change the Java Client to set the newly introduced flag "closeOnProtocolViolation" to false. This would prevent causing all the other requests using the same channel to fail when a single request causes a protocol violation.
2. introduce the protocol exception error handling code on the client to handle protocol violation exceptions. Currently, the code force replaces the channel, thus closing all the other requests being served on the channel.[
Attachments
Issue Links
- links to