[
https://issues.apache.org/jira/browse/BAHIR-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618748#comment-16618748
]
ASF GitHub Bot commented on BAHIR-178:
--------------------------------------
GitHub user WojciechLuczkow opened a pull request:
https://github.com/apache/bahir-flink/pull/34
[BAHIR-178] Added option to create new InfluxDb database
I prepared improvement for this by adding another option to configuration
Creating new database in influxDb is safe to do in parallel because
InfluxDB java client library handles already exist case
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/WojciechLuczkow/bahir-flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir-flink/pull/34.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #34
----
commit f86323f2ef5fedeadc98d356a07dff0a0c737ca2
Author: Wojciech Luczkow <wojciech.luczkow@...>
Date: 2018-09-18T09:12:37Z
[BAHIR-178] Added option to create new InfluxDb database
----
> Add option to create database in influxdb connector
> ---------------------------------------------------
>
> Key: BAHIR-178
> URL: https://issues.apache.org/jira/browse/BAHIR-178
> Project: Bahir
> Issue Type: Improvement
> Components: Flink Streaming Connectors
> Reporter: Wojciech Luczkow
> Priority: Major
>
> Currently InfluxDBSink is throwing
> RuntimeException({color:#008000}"This {color}{color:#008000}database does not
> exist!"{color});
> If influxDB does not contain given database,
>
> I prepared improvement for this by adding another option to configuration
> Creating new database in influxDb is safe to do in parallel because InfluxDB
> java client library handles already exist case
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)