You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/09/30 10:12:31 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5291: [Doc] Add *Redis sink connector guide*

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

 ##########
 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:
   OK, I've udpated.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services