--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/f8f7b77d-fcdc-4b30-ab8c-faf5a4d7af44o%40googlegroups.com.
I think we only have support for defining the root path: quarkus.http.root-path
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAL%3DE%3DjSf55MtetX4kY2mbngbjDVUof3xkfZ%3DU5FuojJfyeT3yg%40mail.gmail.com.
I understand the root path property but this would only solve the first part of the problem. In our case, http://url2 is some other server running out of our control. This means I need to redirect/reverse proxy the calls there from quarkus app which is what I was asking for.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/c243b243-6744-4b40-95e3-8329244ead62o%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/9d8b07c8-ca86-4b6e-9d23-4c9e348424eeo%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/9d8b07c8-ca86-4b6e-9d23-4c9e348424eeo%40googlegroups.com.
On Jun 13, 2020, at 10:33 AM, Emanuel Alves <emanuel....@gmail.com> wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/93305321-7cb0-49b6-bc01-1151a1acd4afo%40googlegroups.com.
Right it wasn’t a major goal because our primary target use case is microservices on kube, where a lot of these infrastructure scenarios via other means.While Quarkus HTTP was derived from Undertow, a design goal was to base it on top of Vert.x so that we would have a common layer that supported blending Vert.x and MicroProfile based endpoints and frameworks. Due to this a reverse proxy impl would need to be reimplemented since the Undertow 2.x one is based on xnio.If anyone is interested in building this it might be useful to take a look at:
-Jason
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/93305321-7cb0-49b6-bc01-1151a1acd4afo%40googlegroups.com.
On Jun 14, 2020, at 2:13 PM, Emanuel Alves <emanuel....@gmail.com> wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/757e0ec0-179c-484a-80f9-a27ee8175a43o%40googlegroups.com.