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 cabdda34b6fc210aef81b7230bbd9ea63bae7c44 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 15 15:28:27 2021 +0200 PostgreSQL Kafka updated README --- profiling/postgresql-kafka/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiling/postgresql-kafka/README.md b/profiling/postgresql-kafka/README.md index 9ada226..e68ee12 100644 --- a/profiling/postgresql-kafka/README.md +++ b/profiling/postgresql-kafka/README.md @@ -1,4 +1,4 @@ -# SQL to Kafka +# PostgreSQL to Kafka First of all run the command to start PostgreSQL @@ -70,7 +70,7 @@ docker run --rm -ti \ -v $PWD/data:/etc/camel:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/sql-kafka:1.0-SNAPSHOT-jvm + quay.io/oscerd/postgresql-kafka:1.0-SNAPSHOT-jvm ``` ## Enabling JFR @@ -82,7 +82,7 @@ docker run --rm -ti \ -v $PWD/jfr:/work/jfr:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/sql-kafka:1.0-SNAPSHOT-jvm + quay.io/oscerd/postgresql-kafka:1.0-SNAPSHOT-jvm ``` Now you can start JFR with the following command @@ -106,7 +106,7 @@ docker run --rm -ti \ -v async_profiler_path:/work/async-profiler:Z \ -e CAMEL_K_CONF=/etc/camel/application.properties \ --network="host" \ - quay.io/oscerd/sql-kafka:1.0-SNAPSHOT-jvm + quay.io/oscerd/postgresql-kafka:1.0-SNAPSHOT-jvm ``` Where async profiler path is the path of your async profiler on your host machine. @@ -136,7 +136,7 @@ docker run --rm -ti \ --network="host" \ -m 128m \ --cpu-quota="25000" \ - quay.io/oscerd/sql-kafka:1.0-SNAPSHOT-jvm + quay.io/oscerd/postgresql-kafka:1.0-SNAPSHOT-jvm ``` In this case we are allocating 128 Mb Memory to the container and 0.25% cpus.
