This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 2ef1e05b8f86ed37fedd8e74e5e86cebe8fd9e10 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Oct 12 12:06:13 2022 +0200 Added a Kafka Azure Storage Queue with Exchange Pooling module --- profiling/kafka/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/kafka/pom.xml b/profiling/kafka/pom.xml index 2f7e847..f967271 100644 --- a/profiling/kafka/pom.xml +++ b/profiling/kafka/pom.xml @@ -113,6 +113,7 @@ <module>kafka-azure-storage-blob</module> <module>kafka-azure-storage-blob-exchange-pooling</module> <module>kafka-azure-storage-queue</module> + <module>kafka-azure-storage-queue-exchange-pooling</module> <module>kafka-minio</module> <module>kafka-minio-exchange-pooling</module> <module>kafka-mongo</module>
