forcedotcom / Salesforce-CDP-jdbc

JDBC driver to connect to Salesforce CDP.
Apache License 2.0
30 stars 28 forks source link

Support custom socket factory #166

Open anusudarsan opened 1 month ago

anusudarsan commented 1 month ago

We were trying to use the JDBC driver and attempt to override the socket factory with our own implementation. But it looks like the socketfactory/client overriding is unsupported as per https://github.com/forcedotcom/Salesforce-CDP-jdbc/blob/develop/src/main/java/com/salesforce/cdp/queryservice/util/QueryTokenExecutor.java#L62 . Is this true? Any other suggested workaround to address this problem?

nchosalesforce commented 3 weeks ago

Hello @anusudarsan - Thank you for the question. I am the product manager for Data Cloud Query.

Which client do you represent, and what is the use case for such override? Thank you!