Andrejs Jermakovics

Results 26 issues of Andrejs Jermakovics

Serialize java objects to Json. Potentially using Jackson's Afterburner module

Atm, json arrays can be used as Lists.

Add more examples

Add a Last Write Wins-Element-Set

In addition to round-robin policy could support hashing based, least connections, random.

Discover docker containers on the same host and add routes to them

Add Http/2 support and config

Allow hosting static files on some path

A USR2 signal should reload the proxy without restart and pick up new configuration options

Currently all requests are proxied to a list of backends. Sometimes we want different paths to route to different backends. For example - /api -> api1.example.com api2.example.com - /web ->...