-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: understand how to map dns fleets for custom pubsub topics #2014
Comments
Let's approach it from user flows that we can anticipate:
Based on that currently we support custom pubsub topics or default pubsub topics. I propose to close this issue as there is no clear deliverable on it. @danisharora099 @LordGhostX can you, please, help understand if we have documented a way for user to uses custom pubsub topics? @vpavlin do you have more insight into this? Precisely, if someone would need to use |
@weboko there's a PR for the docs showing how to use custom shard info with @waku/sdk: waku-org/docs.waku.org#193 |
Let me ask this - what is the difference between Speaking of defaultBootstrap though - a user using custom pubsub might still want to leverage the default bootstrap for discovery (@jm-clius or not?) as the Metadata protocol and cluster-id is what should distinguish actual "clusters", but the discovery might be common across all/multiple clusters. Althought I am also not sure this applies fully to js-waku since the peer discovery is limited to DNS (i.e. would be better for custom cluster to have their own enrtree) and peer-exchange (will TWN nodes give me non-TWN peers over peer-exchange?) |
In theory, yes, although often bootstrap nodes themselves would filter entries from their discv5 routing table for pubsub topics that they do not subscribe to themselves. However, this is a configuration not a principle - the discovery network is independent from the pubsub topic networks and can be shared. |
difference I see is: we have a way to bootstrap into the network because we run nodes on DefaultPubsubTopic. Doing |
Sounds good to me! |
This is a change request
Problem
We currently either use the
wakuv2.test
fleet which runsDefaultPubsubTopic
or thewaku.sandbox
fleet which runs TWN nodes.We have no way to default bootstrap into the network for a custom pubsub topic.
Proposed Solutions
Understand if this is even needed.
If not, remove ability to
defaultBootstrap
on a custom pubsub topic that isn't either:Notes
The text was updated successfully, but these errors were encountered: