You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscribeToContentTopic starts a new node with partial ContentTopicInfo (no clusterId) so createLightNode will resolve clusterId to DEFAULT_CLUSTER_ID=1
But Autosharding will be possible on other cluster IDs as well with waku-org/nwaku#2502
Proposed Solutions
Allow clusterId as a parameter in subscribeToContentTopic
The text was updated successfully, but these errors were encountered:
weboko
changed the title
Allow subscribeToContentTopic to use other cluster IDs
feat: allow subscribeToContentTopic to use other cluster IDs
Apr 24, 2024
This is a change request
Problem
subscribeToContentTopic
starts a new node with partialContentTopicInfo
(noclusterId
) socreateLightNode
will resolveclusterId
toDEFAULT_CLUSTER_ID=1
But Autosharding will be possible on other cluster IDs as well with waku-org/nwaku#2502
Proposed Solutions
Allow clusterId as a parameter in subscribeToContentTopic
The text was updated successfully, but these errors were encountered: