This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.
from bdd5f1e Mongo Kafka: Updated 50000 scripts new e68aeea Added SQL to Kafka Profiling Example new 58d8805 Added SQL to Kafka to list of examples The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: profiling/pom.xml | 1 + .../.mvn/wrapper/MavenWrapperDownloader.java | 0 .../.mvn/wrapper/maven-wrapper.jar | Bin .../.mvn/wrapper/maven-wrapper.properties | 0 .../README.md | 33 +++++++++++++-------- .../data/application.properties | 0 .../data/sources/routes.yaml | 12 ++++---- .../jfr/settings_for_heap.jfc | 0 profiling/{mongo-kafka => sql-kafka}/mvnw | 0 profiling/{mongo-kafka => sql-kafka}/mvnw.cmd | 0 profiling/{mongo-kafka => sql-kafka}/pom.xml | 22 +++++++++++--- profiling/sql-kafka/script/populate.sql | 1 + profiling/sql-kafka/script/table.sql | 1 + 13 files changed, 49 insertions(+), 21 deletions(-) copy profiling/{mongo-kafka => sql-kafka}/.mvn/wrapper/MavenWrapperDownloader.java (100%) copy profiling/{mongo-kafka => sql-kafka}/.mvn/wrapper/maven-wrapper.jar (100%) copy profiling/{mongo-kafka => sql-kafka}/.mvn/wrapper/maven-wrapper.properties (100%) copy profiling/{mongo-kafka-exchange-pooling => sql-kafka}/README.md (81%) copy profiling/{mongo-kafka => sql-kafka}/data/application.properties (100%) copy profiling/{mongo-kafka-exchange-pooling => sql-kafka}/data/sources/routes.yaml (79%) copy profiling/{mongo-kafka => sql-kafka}/jfr/settings_for_heap.jfc (100%) copy profiling/{mongo-kafka => sql-kafka}/mvnw (100%) copy profiling/{mongo-kafka => sql-kafka}/mvnw.cmd (100%) copy profiling/{mongo-kafka => sql-kafka}/pom.xml (89%) create mode 100644 profiling/sql-kafka/script/populate.sql create mode 100644 profiling/sql-kafka/script/table.sql