-
Notifications
You must be signed in to change notification settings - Fork 57
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(libwaku): add protected shard #3211
base: master
Are you sure you want to change the base?
Conversation
You can find the image built from this PR at
Built from 20532a2 |
Thanks so much! Random question - shouldn't we keep with the "protected-shard" naming and input cluster and shard instead of topic for consistency? |
Sounds like a good idea. Will do that change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much!
8121818
to
c6f47f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for it! 💯
I just added a nitpick suggestion
@[protectedShard], uint16(self.clusterId) | ||
) | ||
except ValueError: | ||
return err(getCurrentExceptionMsg()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return err(getCurrentExceptionMsg()) | |
return err("ADD_PROTECTED_SHARD exception: " & getCurrentExceptionMsg()) |
Parent Issue