Does Cloudflare offer a Kafka-like queue service?
I have an analytics product and I need to quickly push events onto a queue within my worker.
Does cloudflare offer some sort of Kafka like queue service, where I can have downstream consumers that subscribe and process these events?
2 Replies
There is the pubsub (https://developers.cloudflare.com/pub-sub/ / #pubsub-beta ) but it is in beta still so not sure about the load it can handle
Overview · Cloudflare Pub/Sub
Pub/Sub is currently in private beta. Browse the documentation to understand how Pub/Sub works and integrates with our broader Developer Platform, and …
Looks really promising. Although I think I’ll need the “exactly once” QoS that’s not yet supported