Package io.debezium.connector.mysql
Class MySqlTopicSelector
java.lang.Object
io.debezium.connector.mysql.MySqlTopicSelector
Factory for this connector's
TopicSelector.- Author:
- Randall Hauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TopicSelector<TableId>defaultSelector(MySqlConnectorConfig connectorConfig) static TopicSelector<TableId>defaultSelector(String prefix, String heartbeatPrefix) Deprecated.
-
Constructor Details
-
MySqlTopicSelector
public MySqlTopicSelector()
-
-
Method Details
-
defaultSelector
@Deprecated public static TopicSelector<TableId> defaultSelector(String prefix, String heartbeatPrefix) Deprecated.Get the default topic selector logic, which uses a '.' delimiter character when needed.- Parameters:
prefix- the name of the prefix to be used for all topics; may not be null and must not terminate in thedelimiterheartbeatPrefix- the name of the prefix to be used for all heartbeat topics; may not be null and must not terminate in thedelimiter- Returns:
- the topic selector; never null
-
defaultSelector
-