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

acosentino pushed a commit to branch manual-commit-kafka
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 90a480fac898a0ae259009a258467cb2d6ddc21c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 11 11:22:14 2021 +0200

    Added Kafka Manual Commit action
---
 kafka-manual-commit-action.kamelet.yaml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/kafka-manual-commit-action.kamelet.yaml 
b/kafka-manual-commit-action.kamelet.yaml
new file mode 100644
index 0000000..dae76fe
--- /dev/null
+++ b/kafka-manual-commit-action.kamelet.yaml
@@ -0,0 +1,21 @@
+apiVersion: camel.apache.org/v1alpha1
+kind: Kamelet
+metadata:
+  name: kafka-manual-commit-action
+  labels:
+    camel.apache.org/kamelet.type: "action"
+  annotations:
+    camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG
 [...]
+    camel.apache.org/provider: "Apache Software Foundation"
+spec:
+  definition:
+    title: "Kafka Manual Commit action"
+    description: "Manually commit Kafka Offset"
+    type: object
+  dependencies:
+  - github:apache.camel-kamelets:camel-kamelets-utils:main-SNAPSHOT
+  flow:
+    from:
+      uri: kamelet:source
+      steps:
+      - bean: "org.apache.camel.kamelets.utils.transform.kafka.ManualCommit"

Reply via email to