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/01/20 08:02:01 UTC

[camel-performance-tests] branch main updated (901bfcb -> d34de70)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.


    from 901bfcb  Next is 3.15.0-SNAPSHOT
     new a5381d9  Kafka to Azure Storage Blob: Added a camel-jbang section to the README
     new af7db41  Kafka to Azure Storage Blob: Added a camel-jbang section to the README
     new d34de70  Kafka to Azure Storage Blob: Added a camel-jbang section to the README

The 3 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:
 profiling/kafka/kafka-azure-storage-blob/README.md           | 12 ++++++++++++
 .../data/sources/{routes.yaml => camel-jbang-route.yaml}     |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
 copy profiling/kafka/kafka-azure-storage-blob/data/sources/{routes.yaml => camel-jbang-route.yaml} (91%)

[camel-performance-tests] 01/03: Kafka to Azure Storage Blob: Added a camel-jbang section to the README

Posted by ac...@apache.org.
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-performance-tests.git

commit a5381d98bb9b8a288830d858c4cdaaaa255cb1f0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 20 08:37:35 2022 +0100

    Kafka to Azure Storage Blob: Added a camel-jbang section to the README
---
 profiling/kafka/kafka-azure-storage-blob/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/profiling/kafka/kafka-azure-storage-blob/README.md b/profiling/kafka/kafka-azure-storage-blob/README.md
index 967a60d..d95dedf 100644
--- a/profiling/kafka/kafka-azure-storage-blob/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob/README.md
@@ -113,6 +113,18 @@ docker run --rm -ti \
 
 In this case we are allocating 128 Mb Memory to the container and 0.25% cpus.
 
+## Running this profiling example with Camel-Jbang
+
+You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be released) it will support the profiling feature.
+
+What you need to do is simply running this commands:
+
+```shell script
+jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+```
+
+You'll get at jfr recording file once the application will be stopped.
+
 ## Send messages to Kafka
 
 You'll need also kafkacat to be able to inject the filename header and use the burst script

[camel-performance-tests] 02/03: Kafka to Azure Storage Blob: Added a camel-jbang section to the README

Posted by ac...@apache.org.
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-performance-tests.git

commit af7db414c52a62e9430f08bdc8ea18e6cb0cb328
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 20 08:40:00 2022 +0100

    Kafka to Azure Storage Blob: Added a camel-jbang section to the README
---
 profiling/kafka/kafka-azure-storage-blob/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/kafka/kafka-azure-storage-blob/README.md b/profiling/kafka/kafka-azure-storage-blob/README.md
index d95dedf..d3dfba8 100644
--- a/profiling/kafka/kafka-azure-storage-blob/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob/README.md
@@ -123,7 +123,7 @@ What you need to do is simply running this commands:
 jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
-You'll get at jfr recording file once the application will be stopped.
+You'll get at jfr recording file once the application will be stopped in your working directory.
 
 ## Send messages to Kafka
 

[camel-performance-tests] 03/03: Kafka to Azure Storage Blob: Added a camel-jbang section to the README

Posted by ac...@apache.org.
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-performance-tests.git

commit d34de70d55e1fc76cc7346970260f2315bae5dd7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 20 08:56:33 2022 +0100

    Kafka to Azure Storage Blob: Added a camel-jbang section to the README
---
 .../data/sources/camel-jbang-route.yaml            | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/profiling/kafka/kafka-azure-storage-blob/data/sources/camel-jbang-route.yaml b/profiling/kafka/kafka-azure-storage-blob/data/sources/camel-jbang-route.yaml
new file mode 100644
index 0000000..cc557f3
--- /dev/null
+++ b/profiling/kafka/kafka-azure-storage-blob/data/sources/camel-jbang-route.yaml
@@ -0,0 +1,24 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+- route:
+    from: 
+      uri: "kamelet:kafka-not-secured-source"
+      steps:
+        - to: 
+            uri: "kamelet:azure-storage-blob-sink"
+