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/04/10 10:29:03 UTC

[GitHub] [pulsar] murong00 opened a new pull request #4017: [pulsar-io] Add a Pulsar IO connector for InfluxDB sink

murong00 opened a new pull request #4017: [pulsar-io] Add a Pulsar IO connector for InfluxDB sink
URL: https://github.com/apache/pulsar/pull/4017
 
 
   ### Motivation
   
   Provides a builtin InfluxDB sink Connector, in order to persist pulsar messages to a InfluxDB database.
   
   ### Modifications
   
   Add a InfluxDB Sink and some unit tests.
   
   ### Verifying this change
   
   This change can be verified as follows:
   
   * deploy the InfluxDB Sink connector with configuration file containing the following fields:
   
   ```
   configs:
       influxdbUrl: "http://localhost:8086"
       database: "test_db"
       consistencyLevel: "ONE"
       logLevel: "NONE"
       retentionPolicy: "autogen"
       gzipEnable: "false"
       batchTimeMs: "1000"
       batchSize: "100"
   ```
   * deploy an InfluxDB instance and create the above elements
   * send messages in the topic with specified schema declared when deploying the connector
   * use `influx` CLI to query messages in the specified database

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