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/19 13:37:57 UTC

[camel-performance-tests] 04/04: Kafka S3 Exchange Pooling Example added to POM

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

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

commit 519ea2efbb2206ef75f38f8b8ecbe95e2fcc3e34
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 19 14:31:40 2021 +0100

    Kafka S3 Exchange Pooling Example added 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 8291b4f..264f1e3 100644
--- a/profiling/kafka/pom.xml
+++ b/profiling/kafka/pom.xml
@@ -36,6 +36,7 @@
 
     <modules>
         <module>kafka-s3</module>
+        <module>kafka-s3-exchange-pooling</module>
         <module>kafka-sqs</module>
         <module>kafka-sqs-exchange-pooling</module>
         <module>kafka-azure-storage-blob</module>