Skip to content

Commit 1b34e0f

Browse files
authored
Merge pull request #1891 from murgatroid99/grpc-js-xds_feature_list_update
grpc-js-xds: Update readme feature list
2 parents f77cebe + ca5045d commit 1b34e0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/grpc-js-xds/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ const client = new MyServiceClient('xds:///example.com:123');
2222
## Supported Features
2323

2424
- [xDS-Based Global Load Balancing](https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md)
25-
- [xDS traffic splitting and routing](https://github.com/grpc/proposal/blob/master/A28-xds-traffic-splitting-and-routing.md)
25+
- [xDS traffic splitting and routing](https://github.com/grpc/proposal/blob/master/A28-xds-traffic-splitting-and-routing.md)
26+
- [xDS v3 API](https://github.com/grpc/proposal/blob/master/A30-xds-v3.md)
27+
- [xDS Timeouts](https://github.com/grpc/proposal/blob/master/A31-xds-timeout-support-and-config-selector.md)
28+
- [xDS Circuit Breaking](https://github.com/grpc/proposal/blob/master/A32-xds-circuit-breaking.md)
29+
- [xDS Client-Side Fault Injection](https://github.com/grpc/proposal/blob/master/A33-Fault-Injection.md)

0 commit comments

Comments
 (0)