1. 09 Aug, 2023 2 commits
  2. 28 Jul, 2023 1 commit
  3. 26 Jul, 2023 1 commit
  4. 15 Jun, 2023 5 commits
  5. 07 Jun, 2023 7 commits
  6. 06 Jun, 2023 2 commits
    • Nils Goroll's avatar
      shard_param validation pattern · 98243aba
      Nils Goroll authored
      k8s uses re2, which does not support lookaround, so this rather
      complicated pattern is what I came up with to forbid vcl and
      vk8s prefixes.
      98243aba
    • 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
  7. 24 May, 2023 9 commits
  8. 07 Mar, 2023 1 commit
  9. 21 Feb, 2023 3 commits
  10. 01 Dec, 2022 3 commits
  11. 29 Nov, 2022 2 commits
  12. 10 Jun, 2022 1 commit
  13. 09 Jun, 2022 2 commits
  14. 01 Apr, 2022 1 commit