Hi everyone, I just started a small proxy module in meecrowave ( https://github.com/apache/meecrowave/tree/trunk/meecrowave-proxy)
The goal is to be able to proxy another server very easily. For now it is very modest and only support a few things but high level it uses Meecrowave stack to do that (JAXRS client, JSON-B for the config and Servlet for the server side). It enables to be on something very easy to enrich and fast to deploy - using jib or any equivalent. There are a lot todo (add multipart support, enrich customizations, probably provide a shade, etc...) but it seems the base is functional. I'm planning to enrich it a bit more and in particular add tests later this month but I'd like to get you feeling about that too. Side note for the geeks ;): you can couple it with RewriteValve of our Tomcat backbone ;). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance>