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 2021/11/19 13:37:56 UTC

[camel-performance-tests] 03/04: Kafka to S3 with Exchange Pooling Example: Add correct properties

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

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

commit 052051da830b7755953a3fd0186f3eebe672ee7f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 19 14:30:57 2021 +0100

    Kafka to S3 with Exchange Pooling Example: Add correct properties
---
 profiling/kafka/kafka-s3-exchange-pooling/data/application.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiling/kafka/kafka-s3-exchange-pooling/data/application.properties b/profiling/kafka/kafka-s3-exchange-pooling/data/application.properties
index f725784..e94cf13 100644
--- a/profiling/kafka/kafka-s3-exchange-pooling/data/application.properties
+++ b/profiling/kafka/kafka-s3-exchange-pooling/data/application.properties
@@ -21,6 +21,9 @@
 camel.main.name = camel-k-runtime-examples-yaml
 camel.main.stream-caching-enabled = true
 camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-q
+camel.main.exchange-factory = pooled
+camel.main.exchange-factory-capacity = 25
+camel.main.exchange-factory-statistics-enabled = true
 
 #
 # camel-k - sources (routes)