This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-sql-sample in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 8a671d787ad6fb5370a67e955b91dcc73c3ff5b0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Oct 8 15:27:19 2021 +0200 Added Kafka to SQL Example to POM --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index b87bb9d..cf1df97 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -44,6 +44,7 @@ <module>kafka-mongo-exchange-pooling</module> <module>kafka-nats</module> <module>kafka-nats-exchange-pooling</module> + <module>kafka-sql</module> <module>mongo-kafka</module> <module>mongo-kafka-exchange-pooling</module> <module>sql-kafka</module>