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/04 08:15:48 UTC

[camel-performance-tests] 02/04: Kafka to Azure Storage Blob with exchange pooling added to POM

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

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

commit 2a038e9294d4c2d3239a1b00064bbee36b0944f9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 4 09:11:37 2021 +0100

    Kafka to Azure Storage Blob with exchange pooling added to POM
---
 profiling/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiling/pom.xml b/profiling/pom.xml
index 54973c3..781cd98 100644
--- a/profiling/pom.xml
+++ b/profiling/pom.xml
@@ -39,6 +39,7 @@
         <module>timer-http</module>
         <module>kafka-s3</module>
         <module>kafka-azure-storage-blob</module>
+        <module>kafka-azure-storage-blob-exchange-pooling</module>
         <module>kafka-minio</module>
         <module>kafka-minio-exchange-pooling</module>
         <module>kafka-mongo</module>