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/18 09:01:41 UTC

[camel-performance-tests] 04/04: Added Kafka to SQS with Exchange Pooling to POM

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

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

commit 9289f3de5bfc884af961ee7e41d4f34960fb5287
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 18 09:54:56 2021 +0100

    Added Kafka to SQS with Exchange Pooling to POM
---
 profiling/kafka/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiling/kafka/pom.xml b/profiling/kafka/pom.xml
index e6cdf37..8291b4f 100644
--- a/profiling/kafka/pom.xml
+++ b/profiling/kafka/pom.xml
@@ -37,6 +37,7 @@
     <modules>
         <module>kafka-s3</module>
         <module>kafka-sqs</module>
+        <module>kafka-sqs-exchange-pooling</module>
         <module>kafka-azure-storage-blob</module>
         <module>kafka-azure-storage-blob-exchange-pooling</module>
         <module>kafka-minio</module>