Good day,
We are running Cassandra on Kubernetes, while having client applications connecting to it from the outside of Kubernetes. We use (similar to) FixedHostnameAddressTranslator to translate Cassandra nodes' IPs (Kubernetes private network Pod IPs) to Kubernetes LoadBalancer Service URL.
We observe connection (ChannelPool) leaks when setting up driver like that.
Could you please review it folks and share your opinion on the issue? In the meantime I would like to draft the PR with a fix proposal, but any additional input is valuable to make the contribution better.
What do you think?
Cheers, Alex