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/18 09:01:40 UTC

[camel-performance-tests] 03/04: Kafka to SQS Exchange Pooling: Added properties for exchange pooling

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

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

commit b97e2180a012c61c19d12d1f0316e8eaf290d399
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 18 09:53:58 2021 +0100

    Kafka to SQS Exchange Pooling: Added properties for exchange pooling
---
 profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties b/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties
index f725784..e94cf13 100644
--- a/profiling/kafka/kafka-sqs-exchange-pooling/data/application.properties
+++ b/profiling/kafka/kafka-sqs-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)