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
Cyb3r-Jak3
Cyb3r-Jak37mo ago
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 …
Paul
Paul7mo ago
Looks really promising. Although I think I’ll need the “exactly once” QoS that’s not yet supported