Ricardo M. Augusto

Results 3 comments of Ricardo M. Augusto

I needed to integrate Spring + Lambda + Apache Camel. I created a demo project for that with cold start optimized. https://github.com/rmaugusto/spring-camel-integration Native support for Apache Camel Route would be...

I think the biggest difficulty was integrating the dispatcherServlet into the camel-rest (camel-restlet or camel-servlet) but it was possible to work around using ServletWrappingController. A sample is enough =)

> For me, it got fixed by setting the HOSTNAME env var to include the "service name". Ie: > `env: - name: MY_POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: HOSTNAME...