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
The following commit(s) were added to refs/heads/main by this push:
new 94527f8 SQL to Kafka Exchange Pooling Profiling Example: Fixed README
94527f8 is described below
commit 94527f8fdd7c79d40ea7c001ffaa5c581dbfd7ae
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Oct 8 10:10:32 2021 +0200
SQL to Kafka Exchange Pooling Profiling Example: Fixed README
---
profiling/sql-kafka-exchange-pooling/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiling/sql-kafka-exchange-pooling/README.md
b/profiling/sql-kafka-exchange-pooling/README.md
index 42d4d22..a95bf8b 100644
--- a/profiling/sql-kafka-exchange-pooling/README.md
+++ b/profiling/sql-kafka-exchange-pooling/README.md
@@ -19,7 +19,7 @@ docker exec -i psql psql -U postgres < table.sql
docker exec -i psql psql -U postgres < populate-30000.sql
```
-In this case I'm inserting 20 rows.
+In this case I'm inserting 30000 rows, through the populate-30000.sql file.
The PostgreSQL setup is done now.