-
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
feat: Autosharding API for req-resp protocols #1500
Labels
E:1.2: Autosharding for autoscaling
See https://github.com/waku-org/pm/issues/65 for details
Comments
Per the research issue, can y'all verify if this is required for JSWaku and assign ownership as necessary. Thank you! |
fryorcraken
added
E:1.2: Autosharding for autoscaling
See https://github.com/waku-org/pm/issues/65 for details
and removed
E:2023-1mil-users
labels
Sep 8, 2023
10 tasks
Weekly Update
|
Do note that for this epic, it is fine to expect a js-waku node to only belong to one shard and to have the developer pass this "shard" (ie, application and version part of the content topic) at node creation time. |
Weekly Update
|
Weekly Update
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This tracks the work necessary in each client to provide API(s) to applications using req-resp protocols (store, lightpush, filter, etc.) with optional pubsub topic arguments. Each client should then use autosharding to determine the associated shards on behalf of applications. Note that underlying protocols should not be affected and each client implementation should locally populate pubsub topic fields with the shards hashed from content topics received via the API.
Priority: Critical for launch
The text was updated successfully, but these errors were encountered: