You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/19 13:12:00 UTC

[camel-performance-tests] branch fix-params created (now a25c968)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch fix-params
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git.


      at a25c968  Pass from brokers to bootstrapServers in all the Kafka routes related to profiling

This branch includes the following new commits:

     new a25c968  Pass from brokers to bootstrapServers in all the Kafka routes related to profiling

The 1 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.


[camel-performance-tests] 01/01: Pass from brokers to bootstrapServers in all the Kafka routes related to profiling

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-params
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit a25c9681469221b55f5ebd518996cb6180fec806
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 19 14:11:21 2022 +0100

    Pass from brokers to bootstrapServers in all the Kafka routes related to profiling
---
 profiling/kafka/kafka-minio-exchange-pooling/data/sources/routes.yaml   | 2 +-
 profiling/kafka/kafka-minio/data/sources/routes.yaml                    | 2 +-
 profiling/kafka/kafka-mongo-exchange-pooling/data/sources/routes.yaml   | 2 +-
 profiling/kafka/kafka-mongo/data/sources/routes.yaml                    | 2 +-
 profiling/kafka/kafka-nats-exchange-pooling/data/sources/routes.yaml    | 2 +-
 profiling/kafka/kafka-nats/data/sources/routes.yaml                     | 2 +-
 .../kafka/kafka-postgresql-exchange-pooling/data/sources/routes.yaml    | 2 +-
 profiling/kafka/kafka-postgresql/data/sources/routes.yaml               | 2 +-
 profiling/kafka/kafka-s3-exchange-pooling/data/sources/routes.yaml      | 2 +-
 profiling/kafka/kafka-s3/data/sources/routes.yaml                       | 2 +-
 profiling/kafka/kafka-solr-exchange-pooling/data/sources/routes.yaml    | 2 +-
 profiling/kafka/kafka-solr/data/sources/routes.yaml                     | 2 +-
 profiling/kafka/kafka-sqs-exchange-pooling/data/sources/routes.yaml     | 2 +-
 profiling/kafka/kafka-sqs/data/sources/routes.yaml                      | 2 +-
 profiling/kafka/minio-kafka-exchange-pooling/data/sources/routes.yaml   | 2 +-
 profiling/kafka/minio-kafka/data/sources/routes.yaml                    | 2 +-
 profiling/kafka/mongo-kafka-exchange-pooling/data/sources/routes.yaml   | 2 +-
 profiling/kafka/mongo-kafka/data/sources/routes.yaml                    | 2 +-
 profiling/kafka/nats-kafka-exchange-pooling/data/sources/routes.yaml    | 2 +-
 profiling/kafka/nats-kafka/data/sources/routes.yaml                     | 2 +-
 .../kafka/postgresql-kafka-exchange-pooling/data/sources/routes.yaml    | 2 +-
 profiling/kafka/postgresql-kafka/data/sources/routes.yaml               | 2 +-
 profiling/kafka/s3-kafka-exchange-pooling/data/sources/routes.yaml      | 2 +-
 profiling/kafka/s3-kafka/data/sources/routes.yaml                       | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/profiling/kafka/kafka-minio-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-minio-exchange-pooling/data/sources/routes.yaml
index 5503bf1..b584a9b 100644
--- a/profiling/kafka/kafka-minio-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-minio-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-minio/data/sources/routes.yaml b/profiling/kafka/kafka-minio/data/sources/routes.yaml
index 5503bf1..b584a9b 100644
--- a/profiling/kafka/kafka-minio/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-minio/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-mongo-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-mongo-exchange-pooling/data/sources/routes.yaml
index 055b466..2704bf2 100644
--- a/profiling/kafka/kafka-mongo-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-mongo-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-mongo/data/sources/routes.yaml b/profiling/kafka/kafka-mongo/data/sources/routes.yaml
index 055b466..2704bf2 100644
--- a/profiling/kafka/kafka-mongo/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-mongo/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-nats-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-nats-exchange-pooling/data/sources/routes.yaml
index 40a6cac..8f80278 100644
--- a/profiling/kafka/kafka-nats-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-nats-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-nats/data/sources/routes.yaml b/profiling/kafka/kafka-nats/data/sources/routes.yaml
index 40a6cac..8f80278 100644
--- a/profiling/kafka/kafka-nats/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-nats/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-postgresql-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-postgresql-exchange-pooling/data/sources/routes.yaml
index 923763d..1610697 100644
--- a/profiling/kafka/kafka-postgresql-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-postgresql-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "kafka-sql-topic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-postgresql/data/sources/routes.yaml b/profiling/kafka/kafka-postgresql/data/sources/routes.yaml
index 923763d..1610697 100644
--- a/profiling/kafka/kafka-postgresql/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-postgresql/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "kafka-sql-topic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-s3-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-s3-exchange-pooling/data/sources/routes.yaml
index 88e92cd..58c95f1 100644
--- a/profiling/kafka/kafka-s3-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-s3-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-s3/data/sources/routes.yaml b/profiling/kafka/kafka-s3/data/sources/routes.yaml
index 88e92cd..58c95f1 100644
--- a/profiling/kafka/kafka-s3/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-s3/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-solr-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-solr-exchange-pooling/data/sources/routes.yaml
index 6fd4e04..f2994b3 100644
--- a/profiling/kafka/kafka-solr-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-solr-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-solr/data/sources/routes.yaml b/profiling/kafka/kafka-solr/data/sources/routes.yaml
index 6fd4e04..f2994b3 100644
--- a/profiling/kafka/kafka-solr/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-solr/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "testtopic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-sqs-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/kafka-sqs-exchange-pooling/data/sources/routes.yaml
index 5284a2e..e533be3 100644
--- a/profiling/kafka/kafka-sqs-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-sqs-exchange-pooling/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "test-topic"
     steps:
       - to: 
diff --git a/profiling/kafka/kafka-sqs/data/sources/routes.yaml b/profiling/kafka/kafka-sqs/data/sources/routes.yaml
index 5284a2e..e533be3 100644
--- a/profiling/kafka/kafka-sqs/data/sources/routes.yaml
+++ b/profiling/kafka/kafka-sqs/data/sources/routes.yaml
@@ -19,7 +19,7 @@
     from: 
       uri: "kamelet:kafka-not-secured-source"
       parameters:
-        brokers: "localhost:9092"
+        bootstrapServers: "localhost:9092"
         topic: "test-topic"
     steps:
       - to: 
diff --git a/profiling/kafka/minio-kafka-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/minio-kafka-exchange-pooling/data/sources/routes.yaml
index 1e2d6fe..a82f82d 100644
--- a/profiling/kafka/minio-kafka-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/minio-kafka-exchange-pooling/data/sources/routes.yaml
@@ -27,6 +27,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "minio-source-topic"
 
diff --git a/profiling/kafka/minio-kafka/data/sources/routes.yaml b/profiling/kafka/minio-kafka/data/sources/routes.yaml
index 1e2d6fe..a82f82d 100644
--- a/profiling/kafka/minio-kafka/data/sources/routes.yaml
+++ b/profiling/kafka/minio-kafka/data/sources/routes.yaml
@@ -27,6 +27,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "minio-source-topic"
 
diff --git a/profiling/kafka/mongo-kafka-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/mongo-kafka-exchange-pooling/data/sources/routes.yaml
index 7a3d23d..831e3b5 100644
--- a/profiling/kafka/mongo-kafka-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/mongo-kafka-exchange-pooling/data/sources/routes.yaml
@@ -28,6 +28,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "testtopic"
 
diff --git a/profiling/kafka/mongo-kafka/data/sources/routes.yaml b/profiling/kafka/mongo-kafka/data/sources/routes.yaml
index 7a3d23d..831e3b5 100644
--- a/profiling/kafka/mongo-kafka/data/sources/routes.yaml
+++ b/profiling/kafka/mongo-kafka/data/sources/routes.yaml
@@ -28,6 +28,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "testtopic"
 
diff --git a/profiling/kafka/nats-kafka-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/nats-kafka-exchange-pooling/data/sources/routes.yaml
index 8c0ed26..290e077 100644
--- a/profiling/kafka/nats-kafka-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/nats-kafka-exchange-pooling/data/sources/routes.yaml
@@ -25,6 +25,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "testtopic"
 
diff --git a/profiling/kafka/nats-kafka/data/sources/routes.yaml b/profiling/kafka/nats-kafka/data/sources/routes.yaml
index 8c0ed26..290e077 100644
--- a/profiling/kafka/nats-kafka/data/sources/routes.yaml
+++ b/profiling/kafka/nats-kafka/data/sources/routes.yaml
@@ -25,6 +25,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "testtopic"
 
diff --git a/profiling/kafka/postgresql-kafka-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/postgresql-kafka-exchange-pooling/data/sources/routes.yaml
index ddcaafe..f59006c 100644
--- a/profiling/kafka/postgresql-kafka-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/postgresql-kafka-exchange-pooling/data/sources/routes.yaml
@@ -30,6 +30,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "testtopic"
 
diff --git a/profiling/kafka/postgresql-kafka/data/sources/routes.yaml b/profiling/kafka/postgresql-kafka/data/sources/routes.yaml
index ddcaafe..f59006c 100644
--- a/profiling/kafka/postgresql-kafka/data/sources/routes.yaml
+++ b/profiling/kafka/postgresql-kafka/data/sources/routes.yaml
@@ -30,6 +30,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "testtopic"
 
diff --git a/profiling/kafka/s3-kafka-exchange-pooling/data/sources/routes.yaml b/profiling/kafka/s3-kafka-exchange-pooling/data/sources/routes.yaml
index 258e02a..ceb8661 100644
--- a/profiling/kafka/s3-kafka-exchange-pooling/data/sources/routes.yaml
+++ b/profiling/kafka/s3-kafka-exchange-pooling/data/sources/routes.yaml
@@ -27,6 +27,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "s3-source-topic"
 
diff --git a/profiling/kafka/s3-kafka/data/sources/routes.yaml b/profiling/kafka/s3-kafka/data/sources/routes.yaml
index 258e02a..ceb8661 100644
--- a/profiling/kafka/s3-kafka/data/sources/routes.yaml
+++ b/profiling/kafka/s3-kafka/data/sources/routes.yaml
@@ -27,6 +27,6 @@
       - to: 
           uri: "kamelet:kafka-not-secured-sink"
           parameters:
-            brokers: "localhost:9092"
+            bootstrapServers: "localhost:9092"
             topic: "s3-source-topic"