apoorvmittal10 commented on PR #17474: URL: https://github.com/apache/kafka/pull/17474#issuecomment-2410542237
> A normal client that is closing will send a request to set terminating=true and then close the connection, which results in the client instance being evicted from the cache. This seems like a kind of two-phase close: the first phase protects against rogue clients by setting terminating=true, and the second phase ensures the cache is protected from overloading. Is that correct? Yes, you are right. That's the behaviour. -- 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]
