This repository showcases how to compose a Camel Quarkus application to expose an OpenApi service adopting a contract-first approach.
The code in this repository is the base for the following blog article in quarkus.io: [pending url]
collects a number of Camel based flow patterns very common in large integration platforms. They are useful to represent different levels of complexity and perform sizing measurements.
The repo includes the main Camel Quarkus OpenApi service, and a stub service to use as a mock backend service. You'll find a Readme file in each of the services with instructions on how to run them.