Skip to content
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

grpc: Allow user defined grpc status #8886

Merged
merged 10 commits into from
Nov 11, 2019

Conversation

Shikugawa
Copy link
Member

Description: This fix is a branch of issue #8053. User defined grpc-status is allow on grpc specification so that it is truly handled on envoy grpc-json transcoding
Risk Level: Low
Testing: Unit Test
Docs Changes: none
Release Notes: none
[Optional Fixes #8053]
[Optional Deprecated:]

Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
@Shikugawa Shikugawa force-pushed the allow-user-defined-grpc-status branch from 0d0bc6a to e8d8ed0 Compare November 5, 2019 07:30
Copy link
Member

@lizan lizan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except the use of UserDefinedGrpcStatus

source/common/grpc/google_async_client_impl.cc Outdated Show resolved Hide resolved
include/envoy/grpc/status.h Outdated Show resolved Hide resolved
source/common/grpc/common.cc Outdated Show resolved Hide resolved
…rpc-json transcoder

Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Shikugawa added a commit to Shikugawa/envoy that referenced this pull request Nov 6, 2019
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Copy link
Member

@lizan lizan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo one nit

source/common/grpc/common.h Outdated Show resolved Hide resolved
…acceptable mode

Signed-off-by: Shikugawa <Shikugawa@gmail.com>
@lizan
Copy link
Member

lizan commented Nov 7, 2019

@Shikugawa can you merge master and resolve conflicts?

Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

grpc_json_transcoder header not handled proply
3 participants