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 4ddc289a5010e96995787a9c44c4ab0659e15a46 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Oct 18 14:39:43 2021 +0200 Minio to Kafka added to POM --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index af8ac34..75f1418 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -46,6 +46,7 @@ <module>kafka-nats-exchange-pooling</module> <module>kafka-postgresql</module> <module>kafka-postgresql-exchange-pooling</module> + <module>minio-kafka</module> <module>mongo-kafka</module> <module>mongo-kafka-exchange-pooling</module> <module>postgresql-kafka</module>