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 3e0541daedbd81e0d35e84a110a4dc0ffdf77c08
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>

Reply via email to