Skip to content

Commit 8408dc6

Browse files
fhennigrazvan
andauthored
Update modules/concepts/pages/service_discovery.adoc
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent ffafef7 commit 8408dc6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/concepts/pages/service_discovery.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ image::service_discovery_arch.png[Service Discovery]
1414

1515
As a real world example, the Stackable Operator for Apache Kafka has to configure Kafka brokers with an Apache ZooKeeper connection string in order to store and share information about e.g. Kafka topics. This connection string is provided by the Stackable Operator for Apache ZooKeeper, which is aware of all the pods and services related to ZooKeeper.
1616

17-
This example is shown below with manifest snippets. First you would define a ZooKeeper cluster:
17+
Using service discovery to configure a Kafka with an existing Zookeeper cluster requires the following steps:
18+
1. You set up a Zookeeper cluster and a ZNode.
19+
2. The Zookeeper operator generates the service discovery ConfigMap.
20+
3. You set up a Kafka cluster that references the ConfigMap generated in the step above,
21+
22+
The following snippets highlight the relevant sections in the resource definitions .
23+
24+
1. First you define a ZooKeeper cluster:
1825

1926
[source,yaml]
2027
----

0 commit comments

Comments
 (0)