You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we support querying multiple sources by running ColdDataRetriever twice (or more times), by changing these parameters in the system.json.
NifflerID: The ID of the current execution. Default is 1. You must increment the second execution to 2, so that the logs are properly stored in niffler1.log and niffler2.log.
MaxNifflerProcesses: How many Niffler processes can run in parallel. Make sure each execution has its own SrcAet properly configured. Each SrcAet can run only once.
But the same Query AET can run multiple queries to multiple source AETs. So, we may rethink our approach and fix the implementation.
This will be especially useful if all the SourceAET only know and accept that one particular Niffler instance, defined by a Hostnmae, port, and AET as something like (x.x.x.x, 4242, QBNIFFLER).
The text was updated successfully, but these errors were encountered:
Currently, we support querying multiple sources by running ColdDataRetriever twice (or more times), by changing these parameters in the system.json.
NifflerID: The ID of the current execution. Default is 1. You must increment the second execution to 2, so that the logs are properly stored in niffler1.log and niffler2.log.
MaxNifflerProcesses: How many Niffler processes can run in parallel. Make sure each execution has its own SrcAet properly configured. Each SrcAet can run only once.
But the same Query AET can run multiple queries to multiple source AETs. So, we may rethink our approach and fix the implementation.
This will be especially useful if all the SourceAET only know and accept that one particular Niffler instance, defined by a Hostnmae, port, and AET as something like (x.x.x.x, 4242, QBNIFFLER).
The text was updated successfully, but these errors were encountered: