Package io.debezium.connector.mysql
Class MySqlTopicSelector
java.lang.Object
io.debezium.connector.mysql.MySqlTopicSelector
Deprecated.
Factory for this connector's
TopicSelector
.- Author:
- Randall Hauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TopicSelector<TableId>
defaultSelector
(MySqlConnectorConfig connectorConfig) Deprecated.static TopicSelector<TableId>
defaultSelector
(String prefix, String heartbeatPrefix) Deprecated.Get the default topic selector logic, which uses a '.' delimiter character when needed.
-
Constructor Details
-
MySqlTopicSelector
public MySqlTopicSelector()Deprecated.
-
-
Method Details
-
defaultSelector
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 thedelimiter
heartbeatPrefix
- 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
Deprecated.
-
DefaultTopicNamingStrategy
instead.