-
Notifications
You must be signed in to change notification settings - Fork 682
grpc-loader: Expose method options #2711
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
Conversation
murgatroid99
left a comment
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.
Thank you for the PR. This addresses a lot of the concerns I had with the previous attempt. You will need to fix the CLA issues before I can accept it.
murgatroid99
left a comment
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.
Thank you for fixing this up. It looks good now.
|
Hi, I noticed the link to MethodOptions in the PR description points to the main branch, which has since changed. Here is the permanent link to the file as it existed around the time this PR was created: MethodOptions Just adding this for future reference so others can find the correct context. |
This PR adds support for MethodOptions to proto-loader.
It is a continuation of #2230 (originally written by @hiepthai) which tries to address the comments of @murgatroid99.