
What I wished I'd known before working with Apache Camel
December 12, 2021I recently started working on an Apache Camel project at work. The application in question would, I imagine, have been an atypical use case for Apache Camel. It was used primarily for the DSL definition of a series of RESTful calls to dependent services. These routes were leveraged by the application’s controller layer.
My approach at the beginning and my approach by the end were pretty different.
Unless stated the below are examples are taken from the Apache Camel Wish I’d Known sample code on GitHub.
Read more