-
Notifications
You must be signed in to change notification settings - Fork 5
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: add datagram trait and path-aware datagram #106
Conversation
|
@mlegner I still need to add tests and cleanup the documentation, but would appreciate if if you could already review the design. |
41128e1
to
b4c3f81
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.
I really like the general setup! 💯
Just a few questions from my side.
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.
Looks good, just a few nits left.
Depends on #105
This PR
The trait is a WIP and is subject to refinement as we implement more complex path-service varieties. Currently, only an implementation for static paths was added.
Tasks: