This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-azure-stor-blob in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 05444529936a308d4d91246a3c6bc22e06b9c8a3 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 3 07:58:02 2021 +0100 Kafka to Azure Storage Blob added to profiling POM --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index 7cd12b4..83dedef 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -38,6 +38,7 @@ <module>timer-log</module> <module>timer-http</module> <module>kafka-s3</module> + <module>kafka-azure-storage-blob</module> <module>kafka-minio</module> <module>kafka-minio-exchange-pooling</module> <module>kafka-mongo</module>
