jeffijoe / deltio

A Google Cloud Pub/Sub emulator alternative, written in Rust.
MIT License
19 stars 1 forks source link

Add basic support for Push Subscriptions #4

Closed jeffijoe closed 1 year ago

jeffijoe commented 1 year ago

Add basic support for Push Subscriptions.

A single, global loop is used to pull messages from registered push subscriptions at a configurable interval, which are then dispatched to the registered push endpoint.