Document lakehouse Debezium connectors and updated docker inventory.
Add atc-lake01 compose with s3-kafka-consumer; redact DB passwords in connector JSON.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "mongodb-supplychain-connector",
|
||||
"config": {
|
||||
"connector.class": "io.debezium.connector.mongodb.MongoDbConnector",
|
||||
"mongodb.hosts": "rs0/10.0.21.51:27017",
|
||||
"mongodb.user": "",
|
||||
"mongodb.password": "${DEBEZIUM_DB_PASSWORD}",
|
||||
"topic.prefix": "mongodb_supplychain",
|
||||
"database.include.list": "supplychain",
|
||||
"collection.include.list": "supplychain.events"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user