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

A88: xDS Data Error Handling #466

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add links to C-core impl
markdroth committed Jan 2, 2025
commit 1c463a541344256402b4c716a8a00a10e8e0d19d
6 changes: 5 additions & 1 deletion A88-xds-data-error-handling.md
Original file line number Diff line number Diff line change
@@ -381,7 +381,11 @@ behavior outside of the XdsClient.

## Implementation

@markdroth will implement in C-core.
C-core implementation:
- XdsClient watcher API change: https://github.com/grpc/grpc/pull/38269
- Support for "fail_on_data_errors": https://github.com/grpc/grpc/pull/38278
- Support for "resource_timer_is_transient_failure": https://github.com/grpc/grpc/pull/38377
- xRFC TP3 support: TBD

Will also be implemented in Java, Go, and Node.