This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new d9e48a3 Corrections and updates to documentation (#5640) d9e48a3 is described below commit d9e48a36d8cc809472a0754599a674c1322f1791 Author: Hokutor <hwca...@huawei.com> AuthorDate: Thu Jun 10 00:15:56 2021 -0400 Corrections and updates to documentation (#5640) --- .../src/main/docs/hwcloud-functiongraph-component.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc b/components/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc index 8d27012..c1e7620 100644 --- a/components/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc +++ b/components/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc @@ -19,7 +19,7 @@ Maven users will need to add the following dependency to their `pom.xml` for thi [source,xml] ---- <dependency> - <groupId>org.apache.camel</groupId>git + <groupId>org.apache.camel</groupId> <artifactId>camel-huaweicloud-functiongraph</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> @@ -76,7 +76,7 @@ with the following path and query parameters: | Name | Description | Default | Type | *endpoint* (producer) | FunctionGraph url. Carries higher precedence than region parameter based client initialization | | String | *functionName* (producer) | Name of the function to invoke | | String -| *functionPackage* (producer) | Functions that can be logically grouped together | | String +| *functionPackage* (producer) | Functions that can be logically grouped together | default | String | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] | *projectId* (producer) | *Required* Cloud project ID | | String | *region* (producer) | *Required* FunctionGraph service region. This is lower precedence than endpoint based configuration | | String @@ -129,7 +129,7 @@ If the operation, function name, or function package are set, they will override == Using ServiceKey Configuration Bean -Authentication key and secret keys are required to authenticate against cloud smn service. You can avoid having them being exposed +Authentication key and secret keys are required to authenticate against cloud FunctionGraph service. You can avoid having them being exposed and scattered over in your endpoint uri by wrapping them inside a bean of class `org.apache.camel.component.huaweicloud.functiongraph.models.ServiceKeys`. Add it to the registry and let Camel look it up by referring the object via endpoint query parameter `serviceKeys`.