AvadakurBalance commented on PR #200: URL: https://github.com/apache/kafka/pull/200#issuecomment-2720513602
Did you forget to handle the kafka client exception? The Kafka client connected to a service that is not the Kafka server(eg. elk/http), which can cause OOM in the program. because the NetworkReceive allocate a huge bytebuffer, may be the connection protocol cause this promblem.  -- 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]
