This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-solr in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit aadaecd3aeb3858798f1e919fbac36bb831e53cd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 4 14:20:21 2022 +0100 Added Kafka to Solr profiling example to POM --- profiling/kafka/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/kafka/pom.xml b/profiling/kafka/pom.xml index 99c7fae..adccf98 100644 --- a/profiling/kafka/pom.xml +++ b/profiling/kafka/pom.xml @@ -120,6 +120,7 @@ <module>kafka-nats-exchange-pooling</module> <module>kafka-postgresql</module> <module>kafka-postgresql-exchange-pooling</module> + <module>kafka-solr</module> <module>minio-kafka</module> <module>minio-kafka-exchange-pooling</module> <module>mongo-kafka</module>