chore(orchestrator): remote joiner using entitymap (#9205)

This commit is contained in:
Carlos R. L. Rodrigues
2024-09-20 05:30:08 -03:00
committed by GitHub
parent 2cb9322ef5
commit 1215a7c094
6 changed files with 361 additions and 140 deletions

View File

@@ -72,7 +72,10 @@ export class RemoteQuery {
this.remoteJoiner = new RemoteJoiner(
servicesConfig_ as JoinerServiceConfig[],
this.remoteFetchData.bind(this),
{ autoCreateServiceNameAlias: false }
{
autoCreateServiceNameAlias: false,
entitiesMap,
}
)
}