Class CassandraTopicSelector

java.lang.Object
io.debezium.connector.cassandra.CassandraTopicSelector

public class CassandraTopicSelector extends Object
Responsible for selecting the Kafka topic that the record will get send to.
  • Constructor Details

    • CassandraTopicSelector

      public CassandraTopicSelector()
  • Method Details

    • defaultSelector

      public static io.debezium.schema.TopicSelector<KeyspaceTable> defaultSelector(String prefix, String heartbeatPrefix)