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