Project

General

Profile

Idea #14374

Updated by Peter Amstutz over 5 years ago

Implemented in controller. 

 # Distribute query to each cluster in With the federation. 
 # Collect responses, collate by order and truncate ability to response item limit 
 # Construct a "page token" run workflows on different clusters, it's also desirable to be able to find workflows which consists of the original filters plus additional information needed to get remaining unseen items may be stored on each cluster 
 # Respond with object list and page token 
 # Subsequent requests should only use the page token 

 Query parameters: 

 * allow partial results 
 ** when true, if a query to a remote cluster fails, return a response with that cluster stripped out and an additional "warning" field mentioning there was a problem clusters. 
 ** when false, if any query We also need to a remote cluster fails, be able to move the whole request fails 
 * timeout 
 ** how long multi-site collection search which is implemented in Workbench1 to wait for a result from one of the remote clusters 

 Considerations: 

 Limit which columns server so that we can be sorted on?    Such as only uuid or modified_at ? use it easily in Workbench2 

 If "select" is specified, must include "uuid" ? 

 Do not support "offset" 

 Must be "count=none" 

 Must be "distinct=false" 
 We prefer to implement this server side in the API server to reduce client complexity.

Back