1. 11 Jan, 2024 3 commits
  2. 03 Jan, 2024 3 commits
  3. 07 Dec, 2023 2 commits
  4. 04 Dec, 2023 1 commit
  5. 01 Dec, 2023 2 commits
  6. 30 Nov, 2023 1 commit
  7. 04 Oct, 2023 4 commits
  8. 22 Aug, 2023 1 commit
  9. 09 Aug, 2023 3 commits
  10. 28 Jul, 2023 1 commit
  11. 26 Jul, 2023 1 commit
  12. 15 Jun, 2023 5 commits
  13. 07 Jun, 2023 7 commits
  14. 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
  15. 24 May, 2023 4 commits