Personally i'd go for regular approach of having a standalone server which just throws all requests into camel context via direct component.
On Sat, Feb 8, 2020, 13:15 Gerald Kallas <catsh...@mailbox.org> wrote: > Dear community, > > I want to configure HTTP(S) consumers with following requirements > > 1. TLS/SSL support (central configuration possible) > 2. Multiple endpoints on same port in different Camel Contexts > 3. Basic Auth configurable > 4. Further Auth options (optional) > > It should be easily to be configured. > > There are some Camel Components available. Which one is the preferred one > to use > > - camel-servlet > - camel-jetty > - camel-netty > - camel-undertow > > Something else? > > Tx for a recommendation > -Gerald >