Anirudh-48 opened a new pull request, #23309: URL: https://github.com/apache/kafka/pull/23309
Currently, there's no guardrail in case the socket.request.max.size < message.max.bytes. This leads to an odd situation where there's a node disconnection and the error doesn't bubble up properly. Adding this change ensures that the inequality: socket.request.max.size >= message.max.bytes >= message size is respected in all cases. -- 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]
