This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from c52a052 Encapsulate build steps dictionary
new 9f7e4a9 Added Kafka Consumer Example
new feeacc4 Moved Kafka example to its own directory and instructions in
the README file.
The 687 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/kafka/README.adoc | 25 +++++++++++++++++++++++++
examples/kafka/SampleKafkaConsumer.java | 15 +++++++++++++++
examples/kafka/application.properties | 7 +++++++
3 files changed, 47 insertions(+)
create mode 100644 examples/kafka/README.adoc
create mode 100644 examples/kafka/SampleKafkaConsumer.java
create mode 100644 examples/kafka/application.properties