
Properties File
name=MySQLDebeziumConnector
connector.class=io.debezium.connector.mysql.MySqlConnector
tasks.max=1
database.hostname=localhost
database.port=3306
database.user=root
database.password=*****
database.server.name=localhost
database.whitelist=<<schema >>
database.history.kafka.bootstrap.servers=localhost:9092
database.history.kafka.topic=schema-changes.<<schema_name>>
transforms=unwrap
transforms.unwrap.type=io.debezium.transforms.UnwrapFromEnvelope
transforms.unwrap.delete.handling.mode=rewrite
key.converter=org.apache.kafka.connect.json.JsonConverter
key.converter.schemas.enable=false
value.converter=org.apache.kafka.connect.json.JsonConverter
value. converter.schemas.enable=false
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To post to this group, send email to debe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/bf135a2a-9d9d-4ba4-896a-2434c32ebd84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.