chore(orchestrator): remote joiner using entitymap (#9205)
This commit is contained in:
committed by
GitHub
parent
2cb9322ef5
commit
1215a7c094
@@ -72,7 +72,10 @@ export class RemoteQuery {
|
||||
this.remoteJoiner = new RemoteJoiner(
|
||||
servicesConfig_ as JoinerServiceConfig[],
|
||||
this.remoteFetchData.bind(this),
|
||||
{ autoCreateServiceNameAlias: false }
|
||||
{
|
||||
autoCreateServiceNameAlias: false,
|
||||
entitiesMap,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user