Open d-roak opened 2 months ago
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.
Hey @coxmars! Thanks for showing interest. We've created an application for you to contribute to Topology. Go check it out on OnlyDust!
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.
pending tests on #252
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[]>