Is there an event listening feature in Apigee?

Not applicable

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 1 1,021
1 REPLY 1

Former Community Member
Not applicable

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.