huangdx0726 commented on a change in pull request #5715: [Issues 5692]Add 
document for mongodb connector
URL: https://github.com/apache/pulsar/pull/5715#discussion_r349992818
 
 

 ##########
 File path: site2/docs/io-cdc-debezium.md
 ##########
 @@ -28,6 +28,13 @@ The configuration of Debezium source connector has the 
following properties.
 | `database.history.pulsar.service.url` | true | null | Pulsar cluster service 
URL for history topic. |
 | `pulsar.service.url` | true | null | Pulsar cluster service URL. |
 | `offset.storage.topic` | true | null | Record the last committed offsets 
that the connector successfully completes. |
+| `mongodb.hosts` | true | null | The comma-separated list of hostname and 
port pairs (in the form 'host' or 'host:port') of the MongoDB servers in the 
replica set. The list can contain a single hostname and port pair. If 
mongodb.members.auto.discover is set to false, then the host and port pair 
should be prefixed with the replica set name (e.g., rs0/localhost:27017). |
+| `mongodb.name` | true | null | A unique name that identifies the connector 
and/or MongoDB replica set or sharded cluster that this connector monitors. 
Each server should be monitored by at most one Debezium connector, since this 
server name prefixes all persisted Kafka topics emanating from the MongoDB 
replica set or cluster. |
+| `mongodb.user` | true | null | Name of the database user to be used when 
connecting to MongoDB. This is required only when MongoDB is configured to use 
authentication. |
+| `mongodb.password` | true | null | Password to be used when connecting to 
MongoDB. This is required only when MongoDB is configured to use 
authentication. |
+| `mongodb.task.id` | true | null | The taksId of the MongoDB connector will 
attempt to use a separate task for each replica set. |
 
 Review comment:
   I have fixed it,PTAL.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to