You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After subscribing, I am getting the event data like
{"event":{"createdDate":"2018-11-20T18:20:23.383Z","replayId":2,"type":"updated"},"sobject":{"Email":"test@email.abc","Id":"someid","Name":"Test 2"}}
I would like to receive schema too. I cannot just post this data to down stream apps. I need associated schema with it. This helps downstream apps to adopt to changes like adding new fields, deleting etc.
Forget the adhoc changes, I still want to receive schema along with data even with fixed schema.
Kindly help us.
The text was updated successfully, but these errors were encountered:
After subscribing, I am getting the event data like
{"event":{"createdDate":"2018-11-20T18:20:23.383Z","replayId":2,"type":"updated"},"sobject":{"Email":"test@email.abc","Id":"someid","Name":"Test 2"}}
I would like to receive schema too. I cannot just post this data to down stream apps. I need associated schema with it. This helps downstream apps to adopt to changes like adding new fields, deleting etc.
Forget the adhoc changes, I still want to receive schema along with data even with fixed schema.
Kindly help us.
The text was updated successfully, but these errors were encountered: