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 58d88059400fa8355062d52bd1d9ab4f5e6679ae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 6 15:16:15 2021 +0200 Added SQL to Kafka to list of examples --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index 808d564..ffac9bf 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -46,6 +46,7 @@ <module>kafka-nats-exchange-pooling</module> <module>mongo-kafka</module> <module>mongo-kafka-exchange-pooling</module> + <module>sql-kafka</module> </modules> </project>