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 29090507f6434e4e442570effb422aa1cccc2f8a Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 3 15:15:30 2021 +0100 Added Nats to Kafka with Exchange Pooling profiling example added to profiling POM --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index 83dedef..54973c3 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -52,6 +52,7 @@ <module>mongo-kafka</module> <module>mongo-kafka-exchange-pooling</module> <module>nats-kafka</module> + <module>nats-kafka-exchange-pooling</module> <module>postgresql-kafka</module> <module>postgresql-kafka-exchange-pooling</module> <module>s3-kafka</module>
