feat(orchestration,modules-sdk): options autoCreateServiceNameAlias (#6622)
What: Remote joiner options to register service name declared on joiner configs as alias. Default is true, Remote Query in modules-sdk sets it false.
This commit is contained in:
committed by
GitHub
parent
43399c8d0d
commit
4625bd1241
@@ -58,7 +58,8 @@ export class RemoteQuery {
|
||||
|
||||
this.remoteJoiner = new RemoteJoiner(
|
||||
servicesConfig_ as JoinerServiceConfig[],
|
||||
this.remoteFetchData.bind(this)
|
||||
this.remoteFetchData.bind(this),
|
||||
{ autoCreateServiceNameAlias: false }
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user