Skip to content

Commit 6c0980c

Browse files
ppatiernoscholzj
authored andcommitted
Added missing Kafka Mirror Maker to the CO overview (#1277)
1 parent 71f7e59 commit 6c0980c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: documentation/book/con-what-the-cluster-operator-does.adoc

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@ On {OpenShiftName} such a cluster can be deployed using the Source2Image feature
1414
.Example Architecture diagram of the Cluster Operator.
1515
image::cluster_operator.png[Cluster Operator]
1616

17-
When the Cluster Operator is up, it starts to _watch_ for certain {ProductPlatformName} resources containing the desired Kafka or Kafka Connect cluster configuration.
17+
When the Cluster Operator is up, it starts to _watch_ for certain {ProductPlatformName} resources containing the desired Kafka, Kafka Connect, or Kafka Mirror Maker cluster configuration.
1818
By default, it watches only in the same namespace or project where it is installed.
1919
The Cluster Operator can be configured to watch for more {Namespaces}.
2020
Cluster Operator watches the following resources:
2121

2222
* A `Kafka` resource for the Kafka cluster.
2323
* A `KafkaConnect` resource for the Kafka Connect cluster.
2424
* A `KafkaConnectS2I` resource for the Kafka Connect cluster with Source2Image support.
25+
* A `KafkaMirrorMaker` resource for the Kafka Mirror Maker instance.
2526

26-
When a new `Kafka`, `KafkaConnect`, or `KafkaConnectS2I` resource is created in the {ProductPlatformName} cluster, the operator gets the cluster description from the desired resource and starts creating a new Kafka or Kafka Connect cluster by creating the necessary other {ProductPlatformName} resources, such as StatefulSets, Services, ConfigMaps, and so on.
27+
When a new `Kafka`, `KafkaConnect`, `KafkaConnectS2I`, or `Kafka Mirror Maker` resource is created in the {ProductPlatformName} cluster, the operator gets the cluster description from the desired resource and starts creating a new Kafka, Kafka Connect, or Kafka Mirror Maker cluster by creating the necessary other {ProductPlatformName} resources, such as StatefulSets, Services, ConfigMaps, and so on.
2728

28-
Every time the desired resource is updated by the user, the operator performs corresponding updates on the {ProductPlatformName} resources which make up the Kafka or Kafka Connect cluster.
29-
Resources are either patched or deleted and then re-created in order to make the Kafka or Kafka Connect cluster reflect the state of the desired cluster resource.
29+
Every time the desired resource is updated by the user, the operator performs corresponding updates on the {ProductPlatformName} resources which make up the Kafka, Kafka Connect, or Kafka Mirror Maker cluster.
30+
Resources are either patched or deleted and then re-created in order to make the Kafka, Kafka Connect, or Kafka Mirror Maker cluster reflect the state of the desired cluster resource.
3031
This might cause a rolling update which might lead to service disruption.
3132

3233
Finally, when the desired resource is deleted, the operator starts to undeploy the cluster and delete all the related {ProductPlatformName} resources.

0 commit comments

Comments
 (0)