Skip to content
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

Implement pub/sub functionality #18

Open
xXenvy opened this issue Jun 2, 2024 · 0 comments
Open

Implement pub/sub functionality #18

xXenvy opened this issue Jun 2, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@xXenvy
Copy link
Contributor

xXenvy commented Jun 2, 2024

Add pub/sub (message broker) functionality to enable publish/subscribe communication model.
This feature will allow clients to subscribe to specific channels/topics and receive messages published to those channels/topics by other clients.

Requirements:

Message broker functionality:

  • Implement the ability for clients to subscribe to channels/topics.
  • Implement the ability for clients to publish messages to specific channels/topics.

Error handling:

  • Handle cases where clients attempt to publish messages to non-existent channels/topics.
  • Handle cases where clients attempt to unsubscribe from channels/topics they are not subscribed to.
@sectasy0 sectasy0 added this to the 0.3.0 milestone Jun 3, 2024
@sectasy0 sectasy0 added the enhancement New feature or request label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants