I saw in other threads that long polling isn’t supported in n8n when using the CometD client. There is a newish API called Pub/Sub API that might be something worth exploring.
Just wanted to check if gRPC and HTTP/2 is supported by n8n?
From what I can gather from the forum, http/2 is supported but gRPC isn’t supported natively, only through externally imported libraries (code node).
Anyway, I guess for the Salesforce pub/sub system to work, someone needs to create a new type of trigger node to subscribe and a specific node to publish.
Thank you J. I’m interested to know what this takes to build the trigger node. Is this something the community can build or does it have to be built by n8n? I’m guessing there needs to be enough demand for this for them to build this.