13 lines
397 B
JSON
13 lines
397 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|