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

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

commit 2f6264b2dd3c93d42074386f054e6c5564c59c6a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 3 15:20:20 2021 +0100

    Added Nats to Kafka with Exchange Pooling profiling example - added 
properties for exchange pooling
---
 profiling/nats-kafka-exchange-pooling/data/application.properties | 3 +++
 1 file changed, 3 insertions(+)

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

Reply via email to