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

Enum duplication in proto file #343

Open
Helius01 opened this issue Oct 25, 2024 · 1 comment
Open

Enum duplication in proto file #343

Helius01 opened this issue Oct 25, 2024 · 1 comment

Comments

@Helius01
Copy link

In code first i faced an issue after calling this route : /grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo

The Enum types generates per usage in schema not once and it interrupts the behavior of that endpoint, so you can't use some communicate tools like Postman and ...

@erichiller
Copy link

This is related to #323 - I added a workaround there as well for the auto-generated ZERO values, but the same workaround could easily be modified to rename the gRPC enum field names.

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

No branches or pull requests

2 participants