I want to use a camel component that provides ability to consume and produce RESTful resources.
For this instance, I want to use camel restlet component. Everything works fine with restlet component, i have successfully implemented restlet consumer using REST DSL. However I few questions:
Questions
1) Is it safe to enable restlet as async ? I have read restlet async could cause some problems. is that still correct ? how i can increase service performance? should i use jetty instead? how?
2) how i can use restlet as producer such that i can make HTTPS calls to multiple HTTP services? any examples?
3) What other camel component can be used as consumer and producer as Restful services, is Jetty/CXF easy to configure?
4) How I can enable LDAP security with components (servlet/restlet/jetty...) that provide HTTP based endpoints for consuming and producing HTTP request.
thank you. I am using latest version of camel 2.18.2 with spring-boot 4.