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(transport/grpc): remove autoprefixing logic #524

Merged

Conversation

terinjokes
Copy link
Contributor

Removes the autoprefixing of "pb" to service names, to allow for
grpc services created without a package prefix.

Fixes #447.

BREAKING CHANGE: Existing users of the grpc client transport who were
relying on the autoprefixing of the "pb" package name must manually
update their clients to add it. No change is required if a package name
was already being manually prefixed.

Removes the autoprefixing of "pb" to service names, to allow for
grpc services created without a package prefix.

Fixes go-kit#447.

BREAKING CHANGE: Existing users of the grpc client transport who were
relying on the autoprefixing of the "pb" package name must manually
update their clients to add it. No change is required if a package name
was already being manually prefixed.
@terinjokes terinjokes force-pushed the terin/remove-grpc-client-prefixing branch from 27bbb35 to 76e141a Compare May 9, 2017 15:22
@basvanbeek basvanbeek merged commit d67bb4c into go-kit:master May 9, 2017
@basvanbeek
Copy link
Member

thanks!

jamesgist pushed a commit to jamesgist/kit that referenced this pull request Nov 1, 2024
…t-prefixing

fix(transport/grpc): remove autoprefixing logic
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.

transport/grpc.NewClient assumes service name has prefix "pb"
2 participants