Closed puneetjaiswal closed 5 years ago
Added config routingGroup for each presto backend.
routingGroup
If not specified, backed cluster will be assigned adhoc routing group.
adhoc
To route a query among clusters for a routing group, user has to add header X-Presto-Routing-Group in the query request.
X-Presto-Routing-Group
If routing group not found, query will be routed to adhoc set of clusters.
Added unit tests to test the routingGroup functionality.
👍
Added config
routingGroup
for each presto backend.If not specified, backed cluster will be assigned
adhoc
routing group.To route a query among clusters for a routing group, user has to add header
X-Presto-Routing-Group
in the query request.If routing group not found, query will be routed to
adhoc
set of clusters.Added unit tests to test the routingGroup functionality.