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 f7f4469ccefda1f61569b299c0e3353bff0052b2 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>
