Closed DidZ0 closed 7 months ago
I have the same issue, with custom channels it cannot fetch the schema. Would be great to have support for custom channels too.
So far this module is working really great! Keep up the good work :) 👍
Hi all, thanks for your patience with this, I was swamped with work for TrailblazerDX and World Tour Paris.
I can reproduce the issue and found that this is due to a Pub/Sub API bug that is not specific to this client. The server is not returning an event schema ID for custom channel topics as you can see in this Postman capture:
I've escalated this to the Pub/Sub API product team.
Hi again, I got an answer from the product team. According to them, this is by design: schema IDs are not provided at the topic level form custom channels because this would be a composite schema (an aggregation of the custom channel member schemas).
This means that I need to redesign the way this client work to support this specific scenario. I'll add it to my todo list.
Hi ! Thanks for the good work !
I'm having an issue when i try to subscribe to a custom channel
The same channel is working fine through the streaming API (using JSForce).
I got it to work with a standard channel such as /data/AccountChangeEvent but it is no longer working for a different reason.
Am i doing something wrong ?
Here is the code :