This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a7627e8cd3426913eb23aa8f16092911862ecf60 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 09:01:20 2024 +0100 CAMEL-20410: documentation fixes for camel-influxdb2 - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- .../camel-influxdb2/src/main/docs/influxdb2-component.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/camel-influxdb2/src/main/docs/influxdb2-component.adoc b/components/camel-influxdb2/src/main/docs/influxdb2-component.adoc index 77076a14b2b..288b9dc797e 100644 --- a/components/camel-influxdb2/src/main/docs/influxdb2-component.adoc +++ b/components/camel-influxdb2/src/main/docs/influxdb2-component.adoc @@ -14,11 +14,12 @@ *{component-header}* -This component allows you to interact with InfluxDB 2.x -https://influxdata.com/time-series-platform/influxdb/ a time series database. -The native body type for this component is Point (the native influxdb class), but it can also accept Map<String, Object> as message body and it will get converted to Point.class, please note that the map must contain an element with InfluxDbConstants.MEASUREMENT_NAME as key. +This component allows you to interact with https://influxdata.com/time-series-platform/influxdb/[InfluxDB] 2.x, +a time series database. +The native body type for this component is `Point` (the native InfluxDB class). +However, it can also accept `Map<String, Object>` as message body, and it will get converted to `Point.class`, please note that the map must contain an element with `InfluxDbConstants.MEASUREMENT_NAME` as key. -Additionally, of course you may register your own Converters to your data type to Point, or use the (un)marshalling tools provided by camel. +Additionally, you may register your own Converters to your data type to `Point`, or use the (un)marshalling tools provided by Camel. Maven users will need to add the following dependency to their `pom.xml` for this component: @@ -39,7 +40,7 @@ for this component: influxdb2://connectionBean?[options] ------------------------------- -The producer allows sending messages to a influxdb configured in the registry, using the native java driver. +The producer allows sending messages to an InfluxDB configured in the registry, using the native java driver. // component-configure options: START
