Is there an event listening management feature on the platform?
For instance, if there is a certain update that happens on my platform, we’d like to broadcast it to certain clients that are listening for it to have it.
Is that possible on the platform?
1 Like
This sort of a pattern is best implemented via pub/sub engines that leverage some queueing infrastructure. Having said that, take a look at this: https://github.com/srinandan/apigee-pubsub
The link I’ve added will work for reasonable workloads.
1 Like