You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/03/06 08:47:00 UTC

[jira] [Resolved] (CAMEL-17612) camel google functions documentation shows consumer example instead of producer

     [ https://issues.apache.org/jira/browse/CAMEL-17612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-17612.
---------------------------------
      Assignee: Claus Ibsen
    Resolution: Fixed

> 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: Task
>          Components: documentation
>    Affects Versions: 3.14.1
>            Reporter: Zineb Bendhiba
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 3.14.3, 3.16.0
>
>
> 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)