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

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

commit 8b932a6e387ea47ac18cef0913a1a71f636b7bab
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Oct 18 15:02:38 2021 +0200

    Minio Kafka: Set Localhost as ip for the minio instance
---
 profiling/minio-kafka/data/sources/routes.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/minio-kafka/data/sources/routes.yaml 
b/profiling/minio-kafka/data/sources/routes.yaml
index fac72ed..1e2d6fe 100644
--- a/profiling/minio-kafka/data/sources/routes.yaml
+++ b/profiling/minio-kafka/data/sources/routes.yaml
@@ -22,7 +22,7 @@
         bucketName: "ckc"
         accessKey: "minio"
         secretKey: "miniostorage"
-        endpoint: "http://192.168.1.19:9000";
+        endpoint: "http://localhost:9000";
     steps:
       - to: 
           uri: "kamelet:kafka-not-secured-sink"

Reply via email to