Skip to content

Files

Latest commit

d3a1bb0 · Nov 4, 2024

History

History
32 lines (17 loc) · 871 Bytes

File metadata and controls

32 lines (17 loc) · 871 Bytes

Kamelet Chuck Norris - Spring Boot example

Abstract

This example shows how you can build a simple Kamelet and use with your Camel applications.

Introduction

The kamelet is created as a YAML file in the src/main/resources/kamelets directory. We have developed a Chuck Norris Kamelet that periodically gets a joke from the Chuck Norris internet database.

A Camel routes is coded in Java in the src/main/java/samples/camel/MyRoute.java file that uses the Kamelet, and log the result from the Kamelet to the console.

How to run

You can run this example using

mvn spring-boot:run

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!