Monogdb Debezium

Hello I am trying to connect Monogdb to confluent kakfa using debezium connector
{
“name”: “inventory-connector2”,
“config”: {
“connector.class” : “io.debezium.connector.mongodb.MongoDbConnector”,
“tasks.max” : “1”,
“initial.sync.max.threads”:“1”,
“mongodb.hosts” : “10..4.:27017”,
“mongodb.name” : “mongo_source”,
“mongodb.user” : “moin",
“mongodb.password” : "M0
123#” }
}
This is the configuration template
When I run this command I m getting an error .Can anyone help me resolve this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.