-
Notifications
You must be signed in to change notification settings - Fork 255
feat_: integrate sds protocol. #6639
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
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (118)
|
96e6359
to
5488a21
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.
Thanks! Looked through this and it seems reasonable to me - at least the functionality of wrapping and unwrapping a message. Would be great to see more of the callbacks stubbed (perhaps in a next PR?). The idea of the basic integration is simply to add logs that demonstrate what kind of reliability information we get from SDS, as you are indeed doing. Are there any other mechanisms (e.g. metrics) available to make monitoring even easier?
The grafana & promethues can probably help, but looks not straight forward since we likely want to track the graph somehow. |
46117ba
to
e70f4fa
Compare
SDS is a protocol to improve reliability of community messages. SDS spec
A description to understand introduced changes without reading the code.
Important changes:
ApplicationMetadataMessage
for SDSRelates #waku-org/pm#194