| Package | Description |
|---|---|
| io.debezium.connector.mysql |
| Modifier and Type | Field and Description |
|---|---|
private MySqlTopicSelector |
RecordMakers.topicSelector |
private MySqlTopicSelector |
MySqlTaskContext.topicSelector |
| Modifier and Type | Method and Description |
|---|---|
static MySqlTopicSelector |
MySqlTopicSelector.defaultSelector(String prefix,
String heartbeatPrefix)
Get the default topic selector logic, which uses a '.' delimiter character when needed.
|
static MySqlTopicSelector |
MySqlTopicSelector.defaultSelector(String prefix,
String heartbeatPrefix,
String delimiter)
Get the default topic selector logic, which uses the supplied delimiter character when needed.
|
MySqlTopicSelector |
MySqlTaskContext.topicSelector() |
| Constructor and Description |
|---|
MySqlSchema(MySqlConnectorConfig configuration,
Predicate<String> gtidFilter,
boolean tableIdCaseInsensitive,
MySqlTopicSelector topicSelector)
Create a schema component given the supplied
MySQL connector configuration. |
RecordMakers(MySqlSchema schema,
SourceInfo source,
MySqlTopicSelector topicSelector,
boolean emitTombstoneOnDelete)
Create the record makers using the supplied components.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.