Re: Recommendation for a HTTP(S) Consumer Component in Camel 3

2020-02-08 Thread Mantas Gridinas
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 wrote: > Dear community, > > I want to configure HTTP(S) consumers with following requirements > > 1. TLS/SSL supp

Recommendation for a HTTP(S) Consumer Component in Camel 3

2020-02-08 Thread Gerald Kallas
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.