public abstract class PooledCDCSourceConnectorConfig<T extends ConnectionPoolDataSourceFactory> extends CDCSourceConnectorConfig
CDCSourceConnectorConfig.CaseFormat| Modifier and Type | Field and Description |
|---|---|
static String |
INITIAL_DATABASE_CONF |
String |
initialDatabase |
static String |
JDBC_PASSWORD_CONF |
static String |
JDBC_USERNAME_CONF |
String |
jdbcPassword |
int |
jdbcPoolMaxIdle |
int |
jdbcPoolMaxTotal |
int |
jdbcPoolMinIdle |
String |
jdbcUsername |
static String |
SERVER_NAME_CONF |
static String |
SERVER_PORT_CONF |
String |
serverName |
int |
serverPort |
BACKOFF_TIME_MS_CONFIG, backoffTimeMs, BATCH_SIZE_CONFIG, batchSize, KEY_NAME_FORMAT_CONFIG, keyNameFormat, namespace, NAMESPACE_CONFIG, SCHEMA_CACHE_MS_CONFIG, SCHEMA_CASE_FORMAT_COLUMN_NAMES_CONFIG, SCHEMA_CASE_FORMAT_DATABASE_NAMES_CONFIG, SCHEMA_CASE_FORMAT_INPUT_CONFIG, SCHEMA_CASE_FORMAT_SCHEMA_NAMES_CONFIG, SCHEMA_CASE_FORMAT_TABLE_NAMES_CONFIG, schemaCacheMs, schemaColumnNameFormat, schemaDatabaseNameFormat, schemaInputFormat, schemaSchemaNameFormat, schemaTableNameFormat, TOPIC_FORMAT_CONFIG, topicFormat, UNCOMITTED_RECORD_MAX_CONFIG, UNCOMITTED_RECORD_TIMEOUT_CONFIG, uncommittedRecordMax, uncommittedRecordTimeout, VALUE_NAME_FORMAT_CONFIG, valueNameFormat| Constructor and Description |
|---|
PooledCDCSourceConnectorConfig(org.apache.kafka.common.config.ConfigDef definition,
Map<?,?> originals) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.common.config.ConfigDef |
config() |
abstract T |
connectionPoolDataSourceFactory() |
equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverridepublic static final String JDBC_USERNAME_CONF
public static final String JDBC_PASSWORD_CONF
public static final String INITIAL_DATABASE_CONF
public static final String SERVER_NAME_CONF
public static final String SERVER_PORT_CONF
public final String serverName
public final int serverPort
public final String initialDatabase
public final String jdbcUsername
public final String jdbcPassword
public final int jdbcPoolMaxTotal
public final int jdbcPoolMaxIdle
public final int jdbcPoolMinIdle
public PooledCDCSourceConnectorConfig(org.apache.kafka.common.config.ConfigDef definition,
Map<?,?> originals)
public static org.apache.kafka.common.config.ConfigDef config()
public abstract T connectionPoolDataSourceFactory()
Copyright © 2017–2018. All rights reserved.