Skip to content

refactor: ✨ enable pub-sub support for both clustered and standalone modes #748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

Tochemey
Copy link
Owner

@Tochemey Tochemey commented Jun 5, 2025

PubSub functionality is now available regardless of whether the actor system
is running in cluster mode or not. This allows actors to subscribe to and
publish messages to topics in both distributed and single-node deployments.

  • Ensured the topic actor works across modes
  • Optimized message routing for clustered topic propagation
  • Improved flexibility for deployment scenarios

@Tochemey Tochemey merged commit 26bc7ce into main Jun 5, 2025
5 of 9 checks passed
@Tochemey Tochemey deleted the issue-x branch June 5, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant