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

[jira] [Commented] (CAMEL-17719) camel-saleforce: allow to retrieve CDC json schema from meta service

    [ https://issues.apache.org/jira/browse/CAMEL-17719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512152#comment-17512152 ] 

Jeremy Ross commented on CAMEL-17719:
-------------------------------------

[~lb] I'm not real familiar with this. Interesting that schemas seem to be only available on platform events. What's the use case for this?

It should be fairly easy to add support for this. In the meantime, the [raw operation|https://camel.apache.org/components/3.15.x/salesforce-component.html#raw] should be able to retrieve these schemas.

> camel-saleforce: allow to retrieve CDC json schema from meta service
> --------------------------------------------------------------------
>
>                 Key: CAMEL-17719
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17719
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-salesforce
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>
> To get the full schema of a change event message, it it possible to make a GET request to the REST API that includes the schema ID sent in the event message, as example:
> {code}
> /vXX.X/event/eventSchema/<Schema_ID>
> {code}
> or by using the event name:
> {code}
> /vXX.X/sobjects/<EventName>/eventSchema
> {code}
> It would be nice if the meta data extension would be able to return the json schema of the 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)