Pass from brokers to bootstrapServers in all the Kafka routes related to profiling
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"