This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch mongo-kafka-ex-pooling in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit f8e4e9ea5de2f3fbe7f5127013fec6e1bde46d17 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Oct 1 14:31:18 2021 +0200 Added a MongoDB to Kafka with Exchange Pooling Profiling Example --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index 24a8315..808d564 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -45,6 +45,7 @@ <module>kafka-nats</module> <module>kafka-nats-exchange-pooling</module> <module>mongo-kafka</module> + <module>mongo-kafka-exchange-pooling</module> </modules> </project>