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 2022/12/14 10:13:53 UTC

[camel-kamelets] 01/04: Log sink should show streams by default

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

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

commit 1152453af1eed48a7b67fcebd12124e20de0aeb2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 14 11:10:15 2022 +0100

    Log sink should show streams by default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/log-sink.kamelet.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/kamelets/log-sink.kamelet.yaml b/kamelets/log-sink.kamelet.yaml
index 7bc9970d..003b4d3c 100644
--- a/kamelets/log-sink.kamelet.yaml
+++ b/kamelets/log-sink.kamelet.yaml
@@ -117,6 +117,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      showCachedStreams:
+        title: Show Cached Streams
+        description: Whether Camel should show cached stream bodies or not.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
   - "camel:kamelet"
   - "camel:log"
@@ -138,3 +145,4 @@ spec:
             showHeaders: "{{?showHeaders}}"
             showProperties: "{{?showProperties}}"
             showStreams: "{{?showStreams}}"
+            showCachedStreams: "{{?showCachedStreams}}"