Hacker News new | ask | show | jobs
by caleblloyd 3100 days ago
Adding rule-based sticky routing to the Traefik reverse proxy. The idea is to write rules to route all requests matching a certain URL, query string, or HTTP header to the same backend server.

This would allow for caching or synchronization in a distributed application to happen in memory on an app server instead of always going back to the database or Redis.

https://github.com/containous/traefik/pull/2613