Package com.snowflake.kafka.connector
Class SnowflakeSinkConnectorConfig
- java.lang.Object
-
- com.snowflake.kafka.connector.SnowflakeSinkConnectorConfig
-
public class SnowflakeSinkConnectorConfig extends Object
SnowflakeSinkConnectorConfig class is used for specifying the set of expected configurations. For each configuration, we can specify the name, the type, the default value, the documentation, the group information, the order in the group, the width of the configuration value, and the name suitable for display in the UI.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnowflakeSinkConnectorConfig.BehaviorOnNullValuesstatic classSnowflakeSinkConnectorConfig.ErrorTolerancestatic classSnowflakeSinkConnectorConfig.KafkaProviderstatic classSnowflakeSinkConnectorConfig.KafkaProviderValidatorstatic classSnowflakeSinkConnectorConfig.TopicToTableValidator
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SnowflakeSinkConnectorConfig()
-
-
-
Field Detail
-
TOPICS
public static final String TOPICS
- See Also:
- Constant Field Values
-
BEHAVIOR_ON_NULL_VALUES_CONFIG
public static final String BEHAVIOR_ON_NULL_VALUES_CONFIG
- See Also:
- Constant Field Values
-
BUFFER_FLUSH_TIME_SEC
public static final String BUFFER_FLUSH_TIME_SEC
- See Also:
- Constant Field Values
-
BUFFER_FLUSH_TIME_SEC_DEFAULT
public static final long BUFFER_FLUSH_TIME_SEC_DEFAULT
- See Also:
- Constant Field Values
-
BUFFER_FLUSH_TIME_SEC_MIN
public static final long BUFFER_FLUSH_TIME_SEC_MIN
- See Also:
- Constant Field Values
-
BUFFER_SIZE_BYTES
public static final String BUFFER_SIZE_BYTES
- See Also:
- Constant Field Values
-
BUFFER_SIZE_BYTES_DEFAULT
public static final long BUFFER_SIZE_BYTES_DEFAULT
- See Also:
- Constant Field Values
-
BUFFER_SIZE_BYTES_MIN
public static final long BUFFER_SIZE_BYTES_MIN
- See Also:
- Constant Field Values
-
BUFFER_COUNT_RECORDS
public static final String BUFFER_COUNT_RECORDS
- See Also:
- Constant Field Values
-
BUFFER_COUNT_RECORDS_DEFAULT
public static final long BUFFER_COUNT_RECORDS_DEFAULT
- See Also:
- Constant Field Values
-
BUFFER_COUNT_RECORDS_MIN
public static final long BUFFER_COUNT_RECORDS_MIN
- See Also:
- Constant Field Values
-
SNOWFLAKE_ROLE
public static final String SNOWFLAKE_ROLE
- See Also:
- Constant Field Values
-
ENABLE_SCHEMATIZATION_CONFIG
public static final String ENABLE_SCHEMATIZATION_CONFIG
- See Also:
- Constant Field Values
-
ENABLE_SCHEMATIZATION_DEFAULT
public static final String ENABLE_SCHEMATIZATION_DEFAULT
- See Also:
- Constant Field Values
-
JVM_PROXY_HOST
public static final String JVM_PROXY_HOST
- See Also:
- Constant Field Values
-
JVM_PROXY_PORT
public static final String JVM_PROXY_PORT
- See Also:
- Constant Field Values
-
JVM_NON_PROXY_HOSTS
public static final String JVM_NON_PROXY_HOSTS
- See Also:
- Constant Field Values
-
JVM_PROXY_USERNAME
public static final String JVM_PROXY_USERNAME
- See Also:
- Constant Field Values
-
JVM_PROXY_PASSWORD
public static final String JVM_PROXY_PASSWORD
- See Also:
- Constant Field Values
-
SNOWFLAKE_JDBC_TRACE
public static final String SNOWFLAKE_JDBC_TRACE
- See Also:
- Constant Field Values
-
SNOWFLAKE_METADATA_CREATETIME
public static final String SNOWFLAKE_METADATA_CREATETIME
- See Also:
- Constant Field Values
-
SNOWFLAKE_METADATA_TOPIC
public static final String SNOWFLAKE_METADATA_TOPIC
- See Also:
- Constant Field Values
-
SNOWFLAKE_METADATA_OFFSET_AND_PARTITION
public static final String SNOWFLAKE_METADATA_OFFSET_AND_PARTITION
- See Also:
- Constant Field Values
-
SNOWFLAKE_METADATA_ALL
public static final String SNOWFLAKE_METADATA_ALL
- See Also:
- Constant Field Values
-
SNOWFLAKE_METADATA_DEFAULT
public static final String SNOWFLAKE_METADATA_DEFAULT
- See Also:
- Constant Field Values
-
PROVIDER_CONFIG
public static final String PROVIDER_CONFIG
- See Also:
- Constant Field Values
-
JMX_OPT
public static final String JMX_OPT
- See Also:
- Constant Field Values
-
JMX_OPT_DEFAULT
public static final boolean JMX_OPT_DEFAULT
- See Also:
- Constant Field Values
-
INGESTION_METHOD_OPT
public static final String INGESTION_METHOD_OPT
- See Also:
- Constant Field Values
-
INGESTION_METHOD_DEFAULT_SNOWPIPE
public static final String INGESTION_METHOD_DEFAULT_SNOWPIPE
-
SNOWPIPE_STREAMING_FILE_VERSION
public static final String SNOWPIPE_STREAMING_FILE_VERSION
- See Also:
- Constant Field Values
-
REBALANCING
public static final String REBALANCING
- See Also:
- Constant Field Values
-
REBALANCING_DEFAULT
public static final boolean REBALANCING_DEFAULT
- See Also:
- Constant Field Values
-
ERROR_GROUP
public static final String ERROR_GROUP
- See Also:
- Constant Field Values
-
ERRORS_TOLERANCE_CONFIG
public static final String ERRORS_TOLERANCE_CONFIG
- See Also:
- Constant Field Values
-
ERRORS_TOLERANCE_DISPLAY
public static final String ERRORS_TOLERANCE_DISPLAY
- See Also:
- Constant Field Values
-
ERRORS_TOLERANCE_DEFAULT
public static final String ERRORS_TOLERANCE_DEFAULT
-
ERRORS_TOLERANCE_DOC
public static final String ERRORS_TOLERANCE_DOC
- See Also:
- Constant Field Values
-
ERRORS_LOG_ENABLE_CONFIG
public static final String ERRORS_LOG_ENABLE_CONFIG
- See Also:
- Constant Field Values
-
ERRORS_LOG_ENABLE_DISPLAY
public static final String ERRORS_LOG_ENABLE_DISPLAY
- See Also:
- Constant Field Values
-
ERRORS_LOG_ENABLE_DEFAULT
public static final boolean ERRORS_LOG_ENABLE_DEFAULT
- See Also:
- Constant Field Values
-
ERRORS_LOG_ENABLE_DOC
public static final String ERRORS_LOG_ENABLE_DOC
- See Also:
- Constant Field Values
-
ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_CONFIG
public static final String ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_CONFIG
- See Also:
- Constant Field Values
-
ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DISPLAY
public static final String ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DISPLAY
- See Also:
- Constant Field Values
-
ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DEFAULT
public static final String ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DEFAULT
- See Also:
- Constant Field Values
-
ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DOC
public static final String ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DOC
- See Also:
- Constant Field Values
-
ENABLE_STREAMING_CLIENT_OPTIMIZATION_CONFIG
public static final String ENABLE_STREAMING_CLIENT_OPTIMIZATION_CONFIG
- See Also:
- Constant Field Values
-
ENABLE_STREAMING_CLIENT_OPTIMIZATION_DISPLAY
public static final String ENABLE_STREAMING_CLIENT_OPTIMIZATION_DISPLAY
- See Also:
- Constant Field Values
-
ENABLE_STREAMING_CLIENT_OPTIMIZATION_DEFAULT
public static final boolean ENABLE_STREAMING_CLIENT_OPTIMIZATION_DEFAULT
- See Also:
- Constant Field Values
-
ENABLE_STREAMING_CLIENT_OPTIMIZATION_DOC
public static final String ENABLE_STREAMING_CLIENT_OPTIMIZATION_DOC
- See Also:
- Constant Field Values
-
ENABLE_MDC_LOGGING_CONFIG
public static final String ENABLE_MDC_LOGGING_CONFIG
- See Also:
- Constant Field Values
-
ENABLE_MDC_LOGGING_DISPLAY
public static final String ENABLE_MDC_LOGGING_DISPLAY
- See Also:
- Constant Field Values
-
ENABLE_MDC_LOGGING_DEFAULT
public static final String ENABLE_MDC_LOGGING_DEFAULT
- See Also:
- Constant Field Values
-
ENABLE_MDC_LOGGING_DOC
public static final String ENABLE_MDC_LOGGING_DOC
- See Also:
- Constant Field Values
-
KEY_CONVERTER_CONFIG_FIELD
public static final String KEY_CONVERTER_CONFIG_FIELD
Used to serialize the incoming records to kafka connector. Note: Converter code is invoked before actually sending records to Kafka connector.- See Also:
- Kafka Code for Converter, Constant Field Values
-
VALUE_CONVERTER_CONFIG_FIELD
public static final String VALUE_CONVERTER_CONFIG_FIELD
- See Also:
- Constant Field Values
-
VALUE_SCHEMA_REGISTRY_CONFIG_FIELD
public static final String VALUE_SCHEMA_REGISTRY_CONFIG_FIELD
- See Also:
- Constant Field Values
-
BOOLEAN_VALIDATOR
public static final org.apache.kafka.common.config.ConfigDef.Validator BOOLEAN_VALIDATOR
Boolean Validator of passed booleans in configurations (TRUE or FALSE). This validator is case insensitive
-
-