we have a use case where we need to connect to a Cassandra node via some SSL proxy. Since the c++ driver is receiving addresses of other Cassandra nodes from the seed node this requires a network address translation on the client side.
Looks like this is supported in the
Java SDK but we could not find something similar in the C++ driver SDK.
Any idea how we could solve this problem?