You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/02 13:15:09 UTC

[camel-performance-tests] 02/03: Added Nats to Kafka to profiling POM

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch nats-kafka
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 3489eea24b292a8fae7100c018bb5698ccf7fc35
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 2 14:12:59 2021 +0100

    Added Nats to Kafka to profiling POM
---
 profiling/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiling/pom.xml b/profiling/pom.xml
index 9d38a3b..7cd12b4 100644
--- a/profiling/pom.xml
+++ b/profiling/pom.xml
@@ -50,6 +50,7 @@
         <module>minio-kafka-exchange-pooling</module>
         <module>mongo-kafka</module>
         <module>mongo-kafka-exchange-pooling</module>
+        <module>nats-kafka</module>
         <module>postgresql-kafka</module>
         <module>postgresql-kafka-exchange-pooling</module>
         <module>s3-kafka</module>