-
Notifications
You must be signed in to change notification settings - Fork 18
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
Do topic discovery for the pubsub group using a DHT #152
Labels
feature
New feature or request
Comments
Hi @d-roak is this available? I would like to contribute to this project, my plan is to start by analyzing the current codebase to determine the best place to integrate the DHT for topic discovery. |
Yep ! Assigned |
If you have any questions, feel free to join our community channels: |
I'll jump on this. Hopefully, coxmars has made some progress, but I’m not sure. |
This was referenced Oct 1, 2024
Closed
pending tests on #252 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we have a big pubsub group where everyone sends messages announcing themselves to discover other peers and the pubsub topics. This doesn't scale.
We want to change it for a DHT that have a
Map<topic_id, nodes[]>
The text was updated successfully, but these errors were encountered: