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

 ##########
 File path: site2/docs/io-redis-sink.md
 ##########
 @@ -0,0 +1,69 @@
+---
+id: io-redis-sink
+title: Redis sink connector
+sidebar_label: Redis sink connector
+---
+
+The  Redis sink connector pulls messages from Pulsar topics 
+and persists the messages to a Redis database.
+
+
+
+## Configuration
+
+The configuration of the Redis sink connector has the following properties.
+
+
+
+### Property
+
+| Name | Type|Required | Default | Description 
+|------|----------|----------|---------|-------------|
+| `redisHosts` |String|true|" " (empty string) | A comma-separated list of 
Redis hosts to connect to. |
+| `redisPassword` |String|true|" " (empty string) | The password used to 
connect to Redis. |
 
 Review comment:
   Field `redisPassword` is optional.
   

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