feat: support v1 reflection for grpc server reflection#5653
feat: support v1 reflection for grpc server reflection#5653bijin-bruno merged 6 commits intousebruno:mainfrom
Conversation
|
LGTM For future as we can get more bandwidth, we can look into just using the source proto files from grpc and creating our own reflection client instead of having to wait for one of the above to add in support for something like Reference Links: |
|
Hi, as gRPC is still a beta feature, I think this PR can be merged to start getting feedbacks from user |
|
Tried the PR but I have a
|
bd57ecb to
44a30af
Compare
Thanks for reporting this, This helped a lot in-terms preventing a possible regression ❤️ |
|
@reggermont will you able to test whether the authentication error is fixed or after the latest update? |
|
Hi, thanks for the feedback, really appreciate I still have an Tried auths: Still displays as a |
5d7ccba to
3ccfca3
Compare
|
@reggermont i have pushed few changes, will you be able to check if that fixes the issue. The fix is for the issue reported eariler, where auth header is missing! any insecure connections was missing header related information. That should be fixed with the latest code. |
|
Hi Sanish, I now have the
This can be because of the |
|
@reggermont I have pushed the changes, removed the logic of attaching metadata to credentials, now it is part of call options. can you please confirm whether this is working for you? |
…n grpc-client implementation rm: comment fix: type generation feat: implement reflection client support for gRPC v1 and v1alpha in grpc-client refactor: simplify reflection client handling in grpc-client by removing service list retrieval refactor: enhance reflection client return structure in grpc-client to include service list fix: lint
e89aa2d to
2ef451c
Compare
@reggermont any updates you may want to share, on the latest code? |
|
@reggermont 🙏 Thanks, It will be part of next release |




Description
Jira ticket
fixes: #5650
Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.