Class MySqlTopicSelector

java.lang.Object
io.debezium.connector.mysql.MySqlTopicSelector

@Deprecated @ThreadSafe public class MySqlTopicSelector extends Object
Deprecated.
Factory for this connector's TopicSelector.
Author:
Randall Hauch
  • Constructor Details

    • MySqlTopicSelector

      public MySqlTopicSelector()
      Deprecated.
  • Method Details

    • defaultSelector

      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 the delimiter
      heartbeatPrefix - the name of the prefix to be used for all heartbeat topics; may not be null and must not terminate in the delimiter
      Returns:
      the topic selector; never null
    • defaultSelector

      public static TopicSelector<TableId> defaultSelector(MySqlConnectorConfig connectorConfig)
      Deprecated.