This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sql-kafka-ex-pooling in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit c803afae4ec50e1d6dfe534a90e742467a9e1440 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Oct 7 13:25:58 2021 +0200 Added SQL to Kafka Exchange Pooling Profiling Example with Postgresql --- profiling/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/profiling/pom.xml b/profiling/pom.xml index ffac9bf..b87bb9d 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -47,6 +47,7 @@ <module>mongo-kafka</module> <module>mongo-kafka-exchange-pooling</module> <module>sql-kafka</module> + <module>sql-kafka-exchange-pooling</module> </modules> </project>
