grpc/src/core
Mark D. Roth 60c56f7d01
Second attempt: implement ORCA RPC service for OOB backend metric reporting (#29352)
* Revert "Revert "ORCA: implement ORCA RPC service for OOB backend metric reporting (#29215)" (#29351)"

This reverts commit 71b355624f.

* move ORCA service to its own BUILD rule
2022-04-08 11:12:18 -07:00
..
ext Second attempt: implement ORCA RPC service for OOB backend metric reporting (#29352) 2022-04-08 11:12:18 -07:00
lib Fix bugprone-stringview-nullptr (#29346) 2022-04-07 21:16:30 -07:00
plugin_registry Reland max_age filter -> promises (#29127) 2022-03-28 13:53:04 -07:00
tsi Decrease verbosity of log messages that can happen during ALTS handshake cancellation (#29255) 2022-03-31 13:38:13 -07:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.