[
https://issues.apache.org/jira/browse/CAMEL-11803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoran Regvart resolved CAMEL-11803.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.23.0
The Salesforce component now has the ability to consume platform events via the
same CometD long polling mechanism used for PushTopics. To emit platform events
one can use the existing {{createSObject}} operation.
The
[documentation|https://github.com/apache/camel/blob/master/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc#platform-events]
has examples on how to use this functionality.
> Add Support for Salesforce Platform Events
> ------------------------------------------
>
> Key: CAMEL-11803
> URL: https://issues.apache.org/jira/browse/CAMEL-11803
> Project: Camel
> Issue Type: New Feature
> Components: camel-salesforce
> Reporter: Cory Downey
> Assignee: Zoran Regvart
> Priority: Minor
> Fix For: 2.23.0
>
>
> Salesforce recently introduced Platform Events (in API v39.0 I believe). I
> would like to propose a new feature to support this in the camel-salesforce
> component.
> Platform Events are very similar to the streaming API.
> Platform Events use the same cometd.
> Platform Events use the URL https://<sf-instance>/event/<event_name__e>
> Reference:
> https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_intro.htm
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)