Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

fix(docs): add documentation about running C++ gRPC bindings#782

Merged
bcoe merged 2 commits into
masterfrom
note-about-running-grpc
Oct 16, 2019
Merged

fix(docs): add documentation about running C++ gRPC bindings#782
bcoe merged 2 commits into
masterfrom
note-about-running-grpc

Conversation

@bcoe

@bcoe bcoe commented Oct 15, 2019

Copy link
Copy Markdown

Updates documentation documenting how one goes about swapping in the grpc dependency, rather than @grpc/grpc-js. We've been finding for some workloads, grpc can be a more stable choice.

fixes #781
see #770

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2019
@codecov

codecov Bot commented Oct 15, 2019

Copy link
Copy Markdown

Codecov Report

Merging #782 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #782   +/-   ##
=======================================
  Coverage   94.49%   94.49%           
=======================================
  Files          15       15           
  Lines         890      890           
  Branches      182      182           
=======================================
  Hits          841      841           
  Misses         28       28           
  Partials       21       21

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 185f60f...17d3d55. Read the comment docs.

@bcoe
bcoe merged commit bdc690e into master Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

document grpc as alternative to @grpc/grpc-js for some workloads

3 participants