Skip to content

Commit fb735d9

Browse files
committed
Correct 'SOTW' flag for endpoint resource
1 parent dc0094d commit fb735d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js-xds/src/xds-resource-type/endpoint-resource-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class EndpointResourceType extends XdsResourceType {
116116
}
117117

118118
allResourcesRequiredInSotW(): boolean {
119-
return true;
119+
return false;
120120
}
121121

122122
static startWatch(client: XdsClient, name: string, watcher: Watcher<ClusterLoadAssignment__Output>) {

0 commit comments

Comments
 (0)