-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
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)