mytudan2022 commented on issue #26445: URL: https://github.com/apache/shardingsphere/issues/26445#issuecomment-1667056421
I have discovered that Apache Kafka had an issue similar to the one I'm encountering, where the open file descriptor count approaches the limit due to terminated client instances. Kafka has resolved this problem in subsequent versions. The related link to the issue in Kafka can be found here: [KAFKA-2096](https://issues.apache.org/jira/browse/KAFKA-2096). My question is: Does ShardingSphere have a similar configuration for keepalive like Kafka? This configuration appears to be an effective solution to the problem, and I'm interested in knowing if a similar option exists within ShardingSphere. Thank you for your assistance. -- 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]
