This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 3bc7bb8323a1dfb3857c922ffa37b033a2542f93 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 18 14:44:45 2022 +0100 Value to Key Action: Improve description a bit --- .../src/main/resources/kamelets/value-to-key-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml index f09700b..294da65 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml @@ -29,7 +29,7 @@ metadata: spec: definition: title: "Value to Key Action" - description: "Replace the Kafka record key with a new key formed from a subset of fields in the body" + description: "Replace the Kafka record key with a new key formed from a fields subset coming from the message body" required: - fields properties:
