You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/28 11:11:46 UTC

[camel-k-examples] 02/02: Added Kafka to Log with value to key Action to the example list

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch value-to-key
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 730d7761f462f0aa39f3f575544a6e37a3982cda
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 28 13:10:42 2021 +0200

    Added Kafka to Log with value to key Action to the example list
---
 kamelets/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/README.md b/kamelets/README.md
index bfdb7a3..f79c2f0 100644
--- a/kamelets/README.md
+++ b/kamelets/README.md
@@ -17,3 +17,4 @@ All the Kamelet examples in this folder have been tested on Camel-K 1.5.0.
 - [Kafka to Kafka with Regex router](./kafka-to-kafka-with-regex-router): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Regex Router Action.
 - [Kafka to Kafka with Manual commit](./kafka-to-kafka-with-manual-commit): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Manual Commit Action.
 - [Kafka to Kafka with Timestamp router](./kafka-to-kafka-with-timestamp-router): Create a Kamelet binding between a Kafka Source Kamelet and a Kafka Sink Kamelet, with the usage of the Timestamp Router Action.
+- [Kafka to Log with Value to Key](./kafka-to-log-with-value-to-key): Create a Kamelet binding between a Kafka Source Kamelet and a Log Sink Kamelet, with the usage of the Value to Key Action.