• Nils Goroll's avatar
    Optionally support a parameter object to control internal service shards · 60e37559
    Nils Goroll authored
    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.
    60e37559
Name
Last commit
Last update
charts Loading commit data...
cmd Loading commit data...
container Loading commit data...
deploy Loading commit data...
docs Loading commit data...
examples Loading commit data...
hack Loading commit data...
pkg Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
.kind-gitlab.yaml Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...