Describe your feedback
Old client supports CUSTOM_SOCKET_FACTORY and CUSTOM_SOCKET_FACTORY_OPTIONS client options.
|
CUSTOM_SOCKET_FACTORY("custom_socket_factory", "", |
|
"Full qualified class name of custom socket factory. This is only supported by TCP client and Apache Http Client."), |
|
/** |
|
* Additional socket factory options. Only useful only when |
|
* {@link #CUSTOM_SOCKET_FACTORY} is set. |
|
*/ |
|
CUSTOM_SOCKET_FACTORY_OPTIONS("custom_socket_factory_options", "", |
|
"Comma separated options for custom socket factory."), |
However, V2 doesn't support such options. Can we please add such options in V2? https://github.com/ClickHouse/clickhouse-java/blob/25af97d2d0f3dddbed8251216673d3135ce5d945/client-v2/src/main/java/com/clickhouse/client/api/ClientConfigProperties.java
Describe your feedback
Old client supports
CUSTOM_SOCKET_FACTORYandCUSTOM_SOCKET_FACTORY_OPTIONSclient options.clickhouse-java/clickhouse-client/src/main/java/com/clickhouse/client/config/ClickHouseClientOption.java
Lines 40 to 47 in 25af97d
However, V2 doesn't support such options. Can we please add such options in V2? https://github.com/ClickHouse/clickhouse-java/blob/25af97d2d0f3dddbed8251216673d3135ce5d945/client-v2/src/main/java/com/clickhouse/client/api/ClientConfigProperties.java