We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now it is impossible to create two identical services with different packages. We need to try to solve this problem.
proto1.proto
syntax = "proto3"; package com.bavix.helloworld1; service Greeter { rpc SayHello (HelloRequest) returns (HelloReply) {} }
proto2.proto
syntax = "proto3"; package com.bavix.helloworld2; service Greeter { rpc SayHello (HelloRequest) returns (HelloReply) {} }
Introduce a mode that will make a safe transition from short service names to long ones. It might be worth adding depreacted to the logs.
The text was updated successfully, but these errors were encountered:
Need this. Would be awesome to have!
Sorry, something went wrong.
rez1dent3
No branches or pull requests
Now it is impossible to create two identical services with different packages. We need to try to solve this problem.
proto1.proto
proto2.proto
Introduce a mode that will make a safe transition from short service names to long ones. It might be worth adding depreacted to the logs.
The text was updated successfully, but these errors were encountered: