Open gargvicky opened 8 years ago
This looks like IDisposable isn't called on connections not being used any more.
A ConnectionPool class indeed could keep track on used connections and reuse them whenever possible or recycle them (dispose) when not needed anymore.
Hi,
I am using Kafka .net client and using producer to send 500 records in kafka topic.But each time in increase tcp connections and its stop working after 20-30 minutes due to large number of connection open.Is there any way for connection pooling or any other solution to reduce the connections