Re: camel-salesforce:change data capture issue

2021-01-05 Thread Zoran Regvart
Hi Rama, with rawPayload=true you should receive a org.cometd.bayeux.Message instance, see the docs[1] on this. The change data capture events are only supported on 3.x, see[2]. zoran [1] https://camel.apache.org/components/latest/salesforce-component.html#_platform_events [2] https://issues.apa

camel-salesforce:change data capture issue

2020-12-30 Thread Rama, Ravichander
I am trying to receive salesforce change data capture event body from salesforce, but receiving null (empty message) value when there is any update on Account object, expecting complete response body. Can you please help, which version that I am supposed to use?