Package io.debezium.sink.naming
package io.debezium.sink.naming
-
ClassDescriptionA pluggable strategy contract for defining how table names are resolved from kafka records.A pluggable strategy contract for defining how column names are resolved from kafka fields.Default implementation of the
CollectionNamingStrategywhere the table name is driven directly from the topic name, replacing anydotcharacters withunderscoreand source field in topic.The default implementation of theColumnNamingStrategythat simply returns the field's name as the column name in the destination table.