8eb64381e3
Add atc-lake01 compose with s3-kafka-consumer; redact DB passwords in connector JSON.
17 lines
558 B
JSON
17 lines
558 B
JSON
{
|
|
"name": "mysql-hr-connector",
|
|
"config": {
|
|
"connector.class": "io.debezium.connector.mysql.MySqlConnector",
|
|
"database.hostname": "10.0.21.51",
|
|
"database.port": "3306",
|
|
"database.user": "mo",
|
|
"database.password": "${DEBEZIUM_DB_PASSWORD}",
|
|
"database.server.id": "184054",
|
|
"topic.prefix": "mysql_hr",
|
|
"database.include.list": "hr",
|
|
"table.include.list": "hr.employee_events",
|
|
"schema.history.internal.kafka.bootstrap.servers": "10.0.21.36:9092",
|
|
"schema.history.internal.kafka.topic": "schema-changes.hr"
|
|
}
|
|
}
|