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