pub-sub-api icon indicating copy to clipboard operation
pub-sub-api copied to clipboard

Sample project to get started with the Pub/Sub API

Results 23 pub-sub-api issues
Sort by recently updated
recently updated
newest added

Hi Siddartha, Please let me know what the logic is for the retry feature in the OnError method (in the com.optum.pubsub.Subscribe class). In case if there is any failure and...

I am subscribing to a custom channel with channel members of AccountChangeEvent and another custom object. I receive the events just fine when I update one of each record, but...

Addresses #25 and #24 This example is only partial (for top-level changes), since that's all I have needed so far. Haven't added subfield changes yet.

ex: https://github.com/developerforce/pub-sub-api/blob/main/python/util/ChangeEventHeaderUtility.py thx

Added link to Java code example.

We have a platform event where some fields are required. PubSub API dont validate if field is required or even if field exist in the logic. It publishes the message...

Hi, When non-salesforce platform publishers publish Platform Events through the PubSub API, they are required to meet the Schema of the platform event. This also includes two fields that are...

When trying to `mvn clean install` the java project on my mac with the M1 chip, I ran into mising artifact errors with `com.google.protobuf:protoc:3.3.0` and `io.grpc:protoc-gen-grpc-java:1.4.0`. I was able to...

cla:missing

I am getting a null pointer exception when publishing a message to Salesforce event 2023-09-07 11:42:04,227 [main] java.lang.Class - Using grpcHost api.pubsub.salesforce.com and grpcPort 7443 2023-09-07 11:42:27,543 [main] java.lang.Class -...

I'm trying to subscribe and listen to events from the Salesforce Pub/Sub API using Dart and gRPC. I've been able to successfully implement this in Python following the [quick start...