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 1c379f0  Minio Kafka: Set Localhost as ip for the minio instance
1c379f0 is described below

commit 1c379f0da78cd21c6d914ec9af84cc51132976c1
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