camel-influxdb2 - missing dependencies added after integration test#293
camel-influxdb2 - missing dependencies added after integration test#293jbonofre merged 1 commit intoapache:mainfrom
Conversation
HOW TO TEST camel-influxdb2 ?For testing 2 different operations of InfluxDB2 (ping, insert),
Add the repo with updated camel-influxdb2 feature
#Use the updated camel-features.xml to update the repo of your Apache Karaf (use the correct path to camel-features.xml. Install camel-influxdb, camel-blueprint and camel-groovy features
#Check whether they're up&running
Prepare and run a InfluxDB2 docker containerClick http://localhost:8086 to enter web UI of InfluxDB2 to make initial settings and getting authentication token.
Unzip and edit file camel-influxdb2-blueprint.xml.zip camel-influxdb2-blueprint.xml.zip Copy the authentication token inside camel-influxdb2-blueprint.xml file as the value of query parameter in myDbClient bean argument(where the below code snippet resides) Copy camel-influxdb2-blueprint.xml file under /deploy folder of your Karaf application Observe the logs from karaf console
|


Missing dependecies added for component camel-influxdb2