js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

feat: allow subscribeToContentTopic to use other cluster IDs

Open fbarbu15 opened this issue 11 months ago • 3 comments

This is a change request

Problem

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 https://github.com/waku-org/nwaku/issues/2502

Proposed Solutions

Allow clusterId as a parameter in subscribeToContentTopic

fbarbu15 avatar Mar 11 '24 13:03 fbarbu15

Blocked by https://github.com/waku-org/nwaku/issues/2502

chair28980 avatar Mar 13 '24 15:03 chair28980

This was fixed on nwaku side here

fbarbu15 avatar Mar 13 '24 16:03 fbarbu15

Moving to the top of Todo column to be taken next once release related and reliability bugs are done.

weboko avatar Apr 24 '24 14:04 weboko