-
Notifications
You must be signed in to change notification settings - Fork 39
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 static/dynamic context #171
Conversation
6e7324a
to
3c1e6bc
Compare
b31a2e9
to
f2b30ad
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 have made a few comments.
Co-authored-by: Pete Hodgson <github@thepete.net> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Pete Hodgson <github@thepete.net> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Pete Hodgson <github@thepete.net> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Jonathan Norris <jonathan@taplytics.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
03bb721
to
74dbeb6
Compare
I think it would be helpful to include glossary entries for |
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
This PR adds new points to support client use-cases. It does this primarily by defining and specifying a new static-context paradigm.
There's a few requirements that now "fork" on the condition that the implementation targets the dynamic context (server) or static context (client) modes. There's no functional changes specified for dynamic context implementations.
For more justification on the above, see the issue here, and the OFEPs linked therein.
Please note that there is some "number thrashing" with these changes. I tried to minimize it, but I think it's more important to have a coherent and sensible spec than to make sure to maintain the mapping between section numbers and content. I found that RFC2616 changed the content of their numbered sections revision to revision as well, so this isn't unprecedented.