-
Notifications
You must be signed in to change notification settings - Fork 83
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
Deprecate Envoy API v2 primitives in the service proto for Request Source. #589
Conversation
Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
@dubious90 please review and assign back to me once done. |
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 modulo the one copy-paste error
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, but one thought I wanted to float for consideration. LGTM if you lean towards keeping this as is.
Signed-off-by: Jakub Sobon <mumak@google.com>
@oschaaf @dubious90 Could one of you take another look and re-approve after addressing the comments? Thank you. |
Converting the current field into a
oneof
and marking thev2
primitive as deprecated. The old field retains its functionality for backward compatibility.Also:
api/request_source/service.proto
.v3
primitive.test/request_stream_grpc_client_test.cc
, the current message just dumps byte representation of the two compared header objects.Fixes #580.
Signed-off-by: Jakub Sobon mumak@google.com