Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 894 Bytes

README.adoc

File metadata and controls

37 lines (24 loc) · 894 Bytes

Camel Main Example Kafka to Azure Storage Blob

This example shows how to use the Camel Main module to define a route from Kafka to Azure Storage blob

The example will poll one kafka topic and upload single message as blob into an Azure Storage Blob Container.

Set your application.properties options correctly. You’ll need also a running kafka broker.

How to run

You can run this example using

$ mvn compile
$ mvn camel:run

Now send a message to your Kafka broker direct to the Kafka topic set in application.properties

You should see the container populated.

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!