-
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
bug: ApplicationInfo to PubsubTopic doesn't take clusterId into consideration #1902
Comments
related to waku-org/nwaku#2502 |
This was fixed on nwanku side here |
@fbarbu15 I'm not sure I fully understand this issue. js-waku/packages/utils/src/common/sharding.ts Lines 63 to 70 in 4db508b
cc @waku-org/js-waku-developers |
Sorry, totally forgot about this issue |
Closing according to the above comment |
This is a bug report
Problem
shardInfoToPubsubTopics and ensureShardingConfigured doesn't take
clusterId
into consideration when resolving thePubsubTopic
forApplicationInfo
IMO this needs to work because
ApplicationInfo
also containsclusterId
and I expect thePubsubTopic
to match itProposed Solutions
clusterId
needs to be passed tocontentTopicToPubsubTopic
in those 2 functionsThe text was updated successfully, but these errors were encountered: