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

fix: re-enable grpc server reflection #2631

Merged
merged 1 commit into from
May 25, 2023

Conversation

conorsch
Copy link
Contributor

Follow up to #2619. Re-enables gRPC server reflection by gathering up each proto definitions FILE_DESCRIPTOR_SET and returning a vec of all those via a public function in the proto module.

Closes #2629.

@conorsch conorsch temporarily deployed to smoke-test May 24, 2023 22:32 — with GitHub Actions Inactive
Follow up to #2619. Re-enables gRPC server reflection by gathering up
each proto definitions `FILE_DESCRIPTOR_SET` and returning a vec of all
those via a public function in the proto module.

Closes #2629.
@conorsch conorsch force-pushed the 2629-grpc-server-reflection-again branch from bab6b42 to fa0cb0d Compare May 24, 2023 23:33
@conorsch conorsch temporarily deployed to smoke-test May 24, 2023 23:33 — with GitHub Actions Inactive
@conorsch conorsch merged commit f8d09f6 into main May 25, 2023
@conorsch conorsch deleted the 2629-grpc-server-reflection-again branch May 25, 2023 17:16
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.

Re-enable gRPC server reflection
1 participant