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 025785e05d5f06afbdec7a53df86598d2fa6a6ba Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Oct 7 13:24:07 2021 +0200 Added SQL to Kafka Exchange Pooling Profiling Example with Postgresql --- profiling/sql-kafka-exchange-pooling/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiling/sql-kafka-exchange-pooling/pom.xml b/profiling/sql-kafka-exchange-pooling/pom.xml index f91612b..76c8c39 100644 --- a/profiling/sql-kafka-exchange-pooling/pom.xml +++ b/profiling/sql-kafka-exchange-pooling/pom.xml @@ -28,11 +28,11 @@ <modelVersion>4.0.0</modelVersion> - <artifactId>sql-kafka</artifactId> + <artifactId>sql-kafka-exchange-pooling</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>Camel Performance :: Profiling :: SQL Kafka</name> - <description>A SQL to Kafka containeraized application to show profiling practices</description> + <name>Camel Performance :: Profiling :: SQL Kafka Exchange Pooling</name> + <description>A SQL to Kafka with Exchange Pooling containeraized application to show profiling practices</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
