vertx-http-proxy icon indicating copy to clipboard operation
vertx-http-proxy copied to clipboard

Configuration-driven proxy

Open tsegismont opened this issue 1 year ago • 0 comments

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)

tsegismont avatar Mar 15 '24 16:03 tsegismont