You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2020/05/19 15:06:00 UTC

[jira] [Created] (CAMEL-15088) Create a dapr component

Luca Burgazzoli created CAMEL-15088:
---------------------------------------

             Summary: Create a dapr component
                 Key: CAMEL-15088
                 URL: https://issues.apache.org/jira/browse/CAMEL-15088
             Project: Camel
          Issue Type: New Feature
            Reporter: Luca Burgazzoli
             Fix For: 3.x


We should create a darp component to interact with dapr APIs: https://github.com/dapr/docs/tree/master/reference/api so we can as example

{code:java}
from("dapr:pubsub/topic")
   .to("dapr:invoke/${appName}/${appMethod}")
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)