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 7453941dc44987b7e4281e02051a7f8d234a0dfa 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)
