Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Stream<StateEvent> -> HTTPPullEndpoint
Maintain an in-memory cache of live cluster objects by consuming a real-time stream subscription, automatically evicting deleted items, to serve the active set on demand via a pull HTTP endpoint.
Problem it solves
Pull-based monitoring tools require immediate current-state metrics, but state changes are delivered as transient, asynchronous events.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.