Class MySqlTopicSelector

    • Constructor Detail

      • MySqlTopicSelector

        public MySqlTopicSelector()
    • Method Detail

      • 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 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