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 method name capitalization inconsistency with protobuf-java #289

Merged

Conversation

andrewparmet
Copy link
Collaborator

@andrewparmet andrewparmet commented Oct 27, 2024

Use grpc-kotlin's naming utilities for gRPC method names. I'll port the other name generators eventually as well.

Fixes #284.

@andrewparmet andrewparmet requested a review from ogolberg October 27, 2024 15:58
@andrewparmet andrewparmet merged commit 520dc5f into open-toast:main Oct 28, 2024
19 checks passed
@andrewparmet andrewparmet deleted the fix-method-name-capitalization branch October 28, 2024 15:00
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 service code generated from lower case RPC name does not compile
2 participants