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 13:35:27 UTC

[camel-performance-tests] 03/04: Kafka to Minio with Exchange pooling: Added a camel-jbang section to the README

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

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

commit fb4972e05538a88b99b21abb144ea7d9de095b81
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 20 14:34:06 2022 +0100

    Kafka to Minio with Exchange pooling: Added a camel-jbang section to the README
---
 profiling/kafka/kafka-minio-exchange-pooling/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/profiling/kafka/kafka-minio-exchange-pooling/README.md b/profiling/kafka/kafka-minio-exchange-pooling/README.md
index 71dad2d..4dfdf6f 100644
--- a/profiling/kafka/kafka-minio-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-minio-exchange-pooling/README.md
@@ -124,6 +124,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 in your working directory.
+
 ## Send messages to Kafka
 
 You'll need also kafkacat to be able to inject the filename header and use the burst script