Skip to content

Commit 74e205e

Browse files
authored
pubsub: beta shutting down (#23336)
1 parent 6b20109 commit 74e205e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/content/docs/pub-sub/index.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ head:
99
content: Overview
1010
---
1111

12-
:::note
12+
:::caution
1313

14-
Pub/Sub is currently in private beta. Browse the documentation to understand how Pub/Sub works and integrates with our broader Developer Platform, and [sign up for the waitlist](https://www.cloudflare.com/cloudflare-pub-sub-lightweight-messaging-private-beta/) to get access in the near future.
14+
**The Pub/Sub private beta will be ending as of August 20th, 2025**. Customers still using Pub/Sub will be contacted directly, and we'll no longer be accepting beta sign-ups.
15+
16+
We recommend using the new [`@cloudflare/actors`](/changelog/2025-06-25-actors-package-alpha/) library for building fan-out and broadcast messaging applications, which builds upon Durable Objects. You can also consider:
17+
18+
* [Queues](/queues/ ) for building reliable, durable message and task queues.
19+
* [Durable Objects](/durable-objects/ ) for building collaborative multiplayer and stateful serverless applications.
20+
* Cloudflare [Realtime](/realtime/) for serverless audio, video and data applications over WebRTC.
1521

1622
:::
1723

0 commit comments

Comments
 (0)