Optionally support a parameter object to control internal service shards
The shard director supports many interesting use cases, for example - retrying backend requests on different backends - sharding by custom keys, for example for "client stickyness" or cache optimization This patch adds the option to create parameter objects for backends using the shard director. Each named parameter object will be created only once and associated with all directors for which the backend configuration names them.
Showing
Please register or sign in to comment