Zineb Bendhiba created CAMEL-17612:
--------------------------------------
Summary: camel google functions documentation shows consumer
example instead of producer
Key: CAMEL-17612
URL: https://issues.apache.org/jira/browse/CAMEL-17612
Project: Camel
Issue Type: Bug
Reporter: Zineb Bendhiba
The official documentation of Camel Google Cloud Functions component says that
the component is supported for Producer only.
However, this is a consumer example shown in the documentation
{code:java}
from("google-functions://myCamelFunction?project=myProject&location=us-central1&operation=callFunction&serviceAccountKey=/home/user/Downloads/my-key.json")
.to("direct:test");{code}
There's something wrong with the doc.
[https://camel.apache.org/components/3.14.x/google-functions-component.html]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)