zuul/releasenotes/notes/distributed-executors-270abdf6cd3dc303.yaml
James E. Blair a0974f9f8c Use component registry in fingergw routing
This uses the component registry rather than gearman to perform
fingergw routing lookups.  It also adjusts the logic for routing
to match the latest version of the spec, where unzoned fingergw
process are expected to route to zoned fingergws if they exist
(because the unzoned fingergw might be a public gateway outside
of the zone).

Change-Id: I2f9fed03159db59cc4e496802b9dab05f746e1a2
2021-06-21 13:38:03 -07:00

8 lines
304 B
YAML

---
features:
- |
Zuul now can route live log streams via finger gateways to make it possible
to distribute executors over multiple datacenters without the possibility
to directly contact every executor from within zuul-web. This is typically
the case in a Kubernetes based deployment.