[
https://issues.apache.org/jira/browse/CAMEL-10066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362193#comment-15362193
]
Claus Ibsen commented on CAMEL-10066:
-------------------------------------
This is a good start.
1. You do not need to override all the start/stop/suspend/resume methods unless
you have some custom logic to do.
2. Allow to configure the InfluxDB on the component level so you can configure
it once
3. Maybe the database name should be part of the context-path instead of an uri
parameter, if that feels more natural?
4. Is the producer going to have more operations, it can only write? Maybe add
an uri parameter for the action or as part of context-path:
to("influxdb:mydatabase:write")
But finding the right uri syntax is not as easy and takes a little time to
"play" to find the right balance
6. In the component you would need to take the "remainder" parameter and lookup
the InfluxDB from the registy. Currently its essentially not in use. Only
because you have a getter/setter for InfluxDB on the endpoint it can be
configured. This need a bit more work.
> Add support for InfluxDB
> ------------------------
>
> Key: CAMEL-10066
> URL: https://issues.apache.org/jira/browse/CAMEL-10066
> Project: Camel
> Issue Type: New Feature
> Reporter: Jose Luis Pedrosa
> Priority: Minor
>
> I would be nice to have a camel component for influxdb time series database.
> https://influxdata.com/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)