blob: 0b6d5be79c9fd3f96f5c3e14e52446d65d3a14d1 [file] [log] [blame]
== Camel Example Main Endpoint DSL with AWS2 S3 component to Kafka
This example shows how to use the endpoint DSL in your Camel routes
to define endpoints using type safe fluent builders, which are Java methods
that are compiled.
The example will poll an S3 bucket and send this to a Kafka topic.
Notice how you can configure Camel in the `application.properties` file.
Don't forget to add your AWS Credentials and the bucket name and point to the correct topic.
=== How to run
You can run this example using
mvn camel:run
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!