Skip to content

[client-v2] Add support for custom socket factory options #2161

@mayankvadariya

Description

@mayankvadariya

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions