From 28b70281f4c592df32d060670289be930bdad182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 31 Mar 2021 11:56:27 +0200 Subject: [PATCH] Fix hint on installation ov v 0.4 --- execution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/README.md b/execution/README.md index ff94dfed2..ca15111c0 100644 --- a/execution/README.md +++ b/execution/README.md @@ -98,7 +98,7 @@ kubectl apply -f infrastructure/kafka/service-monitor.yaml Other Kafka deployments, for example, using Strimzi, should work in a similar way. *Please note that currently, even if installed differently, the corresponding services must run at -*my-confluent-cp-kafka:9092*, *my-confluent-cp-zookeeper:2181* and *my-confluent-cp-schema-registry:8081*. +`my-confluent-cp-kafka:9092`, `my-confluent-cp-zookeeper:2181` and `my-confluent-cp-schema-registry:8081`.* #### A Kafka Client Pod -- GitLab