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/25 13:34:03 UTC

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

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

 ##########
 File path: site2/docs/io-influxdb-sink.md
 ##########
 @@ -0,0 +1,61 @@
+---
+id: io-influxdb-sink
+title: InfluxDB sink connector
+sidebar_label: InfluxDB sink connector
+---
+
+The InfluxDB sink connector pulls messages from Pulsar topics 
+and persists the messages to InfluxDB.
+
+## Configuration
+
+The configuration of the InfluxDB sink connector has the following properties.
+
+### Property
+
+| Name | Type|Required | Default | Description 
+|------|----------|----------|---------|-------------|
+| `influxdbUrl` |String| true|" " (empty string) | The URL of the InfluxDB instance. |
+| `username` | String|false| " " (empty string) |The username used to authenticate to InfluxDB. |
+| `password` | String| true|" " (empty string)  | The password used to authenticate to InfluxDB. |
 
 Review comment:
   Thank you, I've corrected. Could you 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:
users@infra.apache.org


With regards,
Apache Git Services