sijie commented on a change in pull request #6112: [Issue 6111] Add Debezium 
Mongodb for io-connectors
URL: https://github.com/apache/pulsar/pull/6112#discussion_r369460253
 
 

 ##########
 File path: site2/docs/io-debezium-source.md
 ##########
 @@ -27,6 +28,13 @@ The configuration of the 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 contains a single hostname and a port pair. If 
mongodb.members.auto.discover is set to false, the host and port pair are 
prefixed with the replica set name (e.g., rs0/localhost:27017). |
 
 Review comment:
   if these settings are only used for mongodb, please a subsection under 
`documentation` for mongodb specific settings.
   
   ```
   ### MongoDB Configuration
   
   | `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 contains a single hostname and a port pair. If 
mongodb.members.auto.discover is set to false, the host and port pair are 
prefixed with the replica set name (e.g., rs0/localhost:27017). |
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to