Skip to content

Commit 39ca68a

Browse files
committed
remove explicit filenames from doc paragraph
1 parent bb27d44 commit 39ca68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/kafka/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ image::kafka_overview.drawio.svg[A diagram depicting the Kubernetes resources cr
3333
For every xref:concepts:roles-and-role-groups.adoc#_role_groups[role group] in the `broker` role the operator creates a StatefulSet.
3434
Multiple Services are created - one at role level, one per role group as well as one for every individual Pod - to allow access to the entire Kafka cluster, parts of it or just individual brokers.
3535

36-
For every StatefulSet (role group) a ConfigMap is deployed containing a `log4j.properties` file for xref:usage-guide/logging.adoc[logging] configuration and a `broker.properties` or file containing the whole Kafka configuration which is derived from the KafkaCluster resource.
36+
For every StatefulSet, a ConfigMap is deployed containing xref:usage-guide/logging.adoc[logging] properties and a Kafka configuration file which is derived from the KafkaCluster resource.
3737

3838
The operator creates a xref:concepts:service_discovery.adoc[] for the whole KafkaCluster which references the Service for the whole cluster.
3939
Other operators use this ConfigMap to connect to a Kafka cluster simply by name and it can also be used by custom third party applications to find the connection endpoint.

0 commit comments

Comments
 (0)