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 2393786f27d46efafc09b142d80990f78e846eab Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 15 15:29:38 2021 +0200 Moved SQL Kafka with Ex pooling to Postgresql Kafka --- .../.mvn/wrapper/MavenWrapperDownloader.java | 0 .../.mvn/wrapper/maven-wrapper.jar | Bin .../.mvn/wrapper/maven-wrapper.properties | 0 .../README.md | 0 .../data/application.properties | 0 .../data/sources/routes.yaml | 0 .../jfr/settings_for_heap.jfc | 0 .../mvnw | 0 .../mvnw.cmd | 0 .../pom.xml | 6 +++--- .../script/populate-30000.sql | 0 .../script/table.sql | 0 12 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiling/sql-kafka-exchange-pooling/.mvn/wrapper/MavenWrapperDownloader.java b/profiling/postgresql-kafka-exchange-pooling/.mvn/wrapper/MavenWrapperDownloader.java similarity index 100% rename from profiling/sql-kafka-exchange-pooling/.mvn/wrapper/MavenWrapperDownloader.java rename to profiling/postgresql-kafka-exchange-pooling/.mvn/wrapper/MavenWrapperDownloader.java diff --git a/profiling/sql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.jar b/profiling/postgresql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.jar similarity index 100% rename from profiling/sql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.jar rename to profiling/postgresql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.jar diff --git a/profiling/sql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.properties b/profiling/postgresql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.properties similarity index 100% rename from profiling/sql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.properties rename to profiling/postgresql-kafka-exchange-pooling/.mvn/wrapper/maven-wrapper.properties diff --git a/profiling/sql-kafka-exchange-pooling/README.md b/profiling/postgresql-kafka-exchange-pooling/README.md similarity index 100% rename from profiling/sql-kafka-exchange-pooling/README.md rename to profiling/postgresql-kafka-exchange-pooling/README.md diff --git a/profiling/sql-kafka-exchange-pooling/data/application.properties b/profiling/postgresql-kafka-exchange-pooling/data/application.properties similarity index 100% rename from profiling/sql-kafka-exchange-pooling/data/application.properties rename to profiling/postgresql-kafka-exchange-pooling/data/application.properties diff --git a/profiling/sql-kafka-exchange-pooling/data/sources/routes.yaml b/profiling/postgresql-kafka-exchange-pooling/data/sources/routes.yaml similarity index 100% rename from profiling/sql-kafka-exchange-pooling/data/sources/routes.yaml rename to profiling/postgresql-kafka-exchange-pooling/data/sources/routes.yaml diff --git a/profiling/sql-kafka-exchange-pooling/jfr/settings_for_heap.jfc b/profiling/postgresql-kafka-exchange-pooling/jfr/settings_for_heap.jfc similarity index 100% rename from profiling/sql-kafka-exchange-pooling/jfr/settings_for_heap.jfc rename to profiling/postgresql-kafka-exchange-pooling/jfr/settings_for_heap.jfc diff --git a/profiling/sql-kafka-exchange-pooling/mvnw b/profiling/postgresql-kafka-exchange-pooling/mvnw similarity index 100% rename from profiling/sql-kafka-exchange-pooling/mvnw rename to profiling/postgresql-kafka-exchange-pooling/mvnw diff --git a/profiling/sql-kafka-exchange-pooling/mvnw.cmd b/profiling/postgresql-kafka-exchange-pooling/mvnw.cmd similarity index 100% rename from profiling/sql-kafka-exchange-pooling/mvnw.cmd rename to profiling/postgresql-kafka-exchange-pooling/mvnw.cmd diff --git a/profiling/sql-kafka-exchange-pooling/pom.xml b/profiling/postgresql-kafka-exchange-pooling/pom.xml similarity index 96% rename from profiling/sql-kafka-exchange-pooling/pom.xml rename to profiling/postgresql-kafka-exchange-pooling/pom.xml index ca4768d..225a3c4 100644 --- a/profiling/sql-kafka-exchange-pooling/pom.xml +++ b/profiling/postgresql-kafka-exchange-pooling/pom.xml @@ -28,11 +28,11 @@ <modelVersion>4.0.0</modelVersion> - <artifactId>sql-kafka-exchange-pooling</artifactId> + <artifactId>postgresql-kafka-exchange-pooling</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>Camel Performance :: Profiling :: SQL Kafka Exchange Pooling</name> - <description>A SQL to Kafka with Exchange Pooling containeraized application to show profiling practices</description> + <name>Camel Performance :: Profiling :: PostgreSQL Kafka Exchange Pooling</name> + <description>A PostgreSQL to Kafka with Exchange Pooling containeraized application to show profiling practices</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/profiling/sql-kafka-exchange-pooling/script/populate-30000.sql b/profiling/postgresql-kafka-exchange-pooling/script/populate-30000.sql similarity index 100% rename from profiling/sql-kafka-exchange-pooling/script/populate-30000.sql rename to profiling/postgresql-kafka-exchange-pooling/script/populate-30000.sql diff --git a/profiling/sql-kafka-exchange-pooling/script/table.sql b/profiling/postgresql-kafka-exchange-pooling/script/table.sql similarity index 100% rename from profiling/sql-kafka-exchange-pooling/script/table.sql rename to profiling/postgresql-kafka-exchange-pooling/script/table.sql
