[
https://issues.apache.org/jira/browse/CAMEL-17719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17801652#comment-17801652
]
Jeremy Ross commented on CAMEL-17719:
-------------------------------------
[~lb] I'd like to wrap this one up. I'm not sure if you still need this, but I
think it will be useful to others. The REST API fragments in this issue's
description generate Avro schemas, and since you said this was Kafka, I think
you would need Avro schema. Can you confirm this? Want to make sure you weren't
asking for [JSON Schema|https://json-schema.org/].
> camel-salesforce: 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
> Assignee: Jeremy Ross
> Priority: Minor
> Fix For: 4.x
>
>
> 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.10#820010)