You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pub-sub/index.mdx
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,15 @@ head:
9
9
content: Overview
10
10
---
11
11
12
-
:::note
12
+
:::caution
13
13
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.
0 commit comments