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 <[email protected]> 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>
