vertx-http-proxy
vertx-http-proxy copied to clipboard
Configuration-driven proxy
As of 4.5, it is possible to build a proxy server with different backend using a combination of vertx-http-proxy, vertx-web and vertx-web-proxy tools.
As an example: https://github.com/tsegismont/http-proxy-playground/
Users should be able to configure a proxy server using a configuration file.
Things to consider:
- config file format (YAML?)
- use Vert.x Web router to inspect incoming traffic?
- how-to support changed configs (rollout of backend services) (optional)