This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-mongo-exchange-pooling in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit bb009ea532548407315e81614a8525cd353d7926 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 30 11:27:58 2021 +0200 Added Example Kafka to Mongo with Exchange pooling --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index 8a27f05..34f2fac 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -41,6 +41,7 @@ <module>kafka-minio</module> <module>kafka-minio-exchange-pooling</module> <module>kafka-mongo</module> + <module>kafka-mongo-exchange-pooling</module> <module>kafka-nats</module> <module>kafka-nats-exchange-pooling</module> </modules>