forcedotcom / pub-sub-api

Sample project to get started with the Pub/Sub API
Creative Commons Zero v1.0 Universal
142 stars 245 forks source link

Salesforce CDC data/ChangeEvents schema ID support #63

Open imikhalyev opened 2 months ago

imikhalyev commented 2 months ago

I can subscribe to the generic CDC event data/ChangeEvents, when it receives the notification it's not able to handle it. The problem is in the schema validation logic from the gRPC library and Schema ID is mandatory according the proto file of the API. But Schema ID is not sent from the server for the messages for data/ChangeEvents subscrition.

imikhalyev commented 2 months ago

See https://github.com/pozil/pub-sub-api-node-client/issues/34