grpc/src/core
Eugene Ostroukhov 4e735be35a [xds] Fallback implementation (#36145)
As per [gRFC A71](https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md).

Closes #36145

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36145 from eugeneo:fallback-review 4871c0b316
PiperOrigin-RevId: 623211613
2024-04-09 10:38:01 -07:00
..
client_channel [misc] add `final` on a bunch of classes that should not have subclasses (#36212) 2024-04-01 16:50:49 -07:00
ext [xds] Fallback implementation (#36145) 2024-04-09 10:38:01 -07:00
lib [call-v3] Updates to CallFilter (#36240) 2024-04-09 09:41:40 -07:00
load_balancing [OTel C++] Add experimental optional locality label available to client per-attempt metrics (#36254) 2024-04-08 15:52:59 -07:00
plugin_registry [authz] get endpoint local/peer addresses via a handshaker (#36237) 2024-04-03 08:55:15 -07:00
resolver [OTel C++] Add experimental optional locality label available to client per-attempt metrics (#36254) 2024-04-08 15:52:59 -07:00
service_config [misc] add `final` on a bunch of classes that should not have subclasses (#36212) 2024-04-01 16:50:49 -07:00
tsi [Security Tests - Crl Provider] Fix inconsistent directory related tests (#36122) 2024-03-15 17:00:57 -07:00
.clang-format Adding clang format file to each folder (#35738) 2024-01-30 20:17:27 -08:00
BUILD [call-v3] Updates to CallFilter (#36240) 2024-04-09 09:41:40 -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.