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

refactor(grpc plugins) extract common grpc code #7950

Merged
merged 1 commit into from Oct 12, 2021

Conversation

javierguerragiraldez
Copy link
Contributor

common functions for:

  • loading a .proto file
    • from common subdirectories
    • installs "well-known types" transcoding (only Timestamp for now)
    • applies a function to analize each defined RPC method.
  • (un)framing protobuf messages in a data stream.

common functions for:

- loading a .proto file
  - from common subdirectories
  - installs "well-known types" transcoding (only Timestamp for now)
  - applies a function to analize each defined RPC method.
- (un)framing protobuf messages in a data stream.
@javierguerragiraldez javierguerragiraldez merged commit 0be37e0 into master Oct 12, 2021
@javierguerragiraldez javierguerragiraldez deleted the refactor/grcp_plugins branch October 12, 2021 19:57
javierguerragiraldez added a commit that referenced this pull request Oct 20, 2021
- fix(balancer) reset local caches on init (#7924)
- fix(dns) Ensure the resolve timers are started only once (#7943)
- refactor(grpc plugins) extract common grpc code (#7950)
kikito added a commit that referenced this pull request Oct 21, 2021
* docs(changelog) document already-merged PRs

- fix(balancer) reset local caches on init (#7924)
- fix(dns) Ensure the resolve timers are started only once (#7943)
- refactor(grpc plugins) extract common grpc code (#7950)

* style

Co-authored-by: Datong Sun <datong.sun@konghq.com>
Co-authored-by: Enrique García Cota <kikito@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants