tuteng commented on a change in pull request #5256: [Doc] Add *Aerospike sink 
connector guide*
URL: https://github.com/apache/pulsar/pull/5256#discussion_r327395620
 
 

 ##########
 File path: site2/docs/io-aerospike-sink.md
 ##########
 @@ -0,0 +1,25 @@
+---
+id: io-aerospike-sink
+title: Aerospike sink connector
+sidebar_label: Aerospike sink connector
+---
+
+The Aerospike sink connector pulls messages from Pulsar topics to Aerospike 
clusters.
+
+## Configuration
+
+The configuration of the Aerospike sink connector has the following properties.
+
+### Property
+
+| Name | Type|Required | Default | Description 
+|------|----------|----------|---------|-------------|
+| `seedHosts` |String| true | 3000 | The comma-separated list of one or more 
Aerospike cluster hosts.<br><br>Each host can be specified as a valid IP 
address or hostname followed by an optional port number. | 
 
 Review comment:
   The default value for this option seems incorrect.
   This is a required option. Its value is similar to 
`ip1:port1,ip2:port2,ip3:port3`, I think there is no need to add default values 
here.

----------------------------------------------------------------
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