mirror of https://github.com/grpc/grpc-node.git
Correct 'SOTW' flag for endpoint resource
This commit is contained in:
parent
dc0094d4b0
commit
fb735d99dc
|
@ -116,7 +116,7 @@ export class EndpointResourceType extends XdsResourceType {
|
|||
}
|
||||
|
||||
allResourcesRequiredInSotW(): boolean {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static startWatch(client: XdsClient, name: string, watcher: Watcher<ClusterLoadAssignment__Output>) {
|
||||
|
|
Loading…
Reference in New Issue