File tree Expand file tree Collapse file tree
docs/modules/kafka/pages/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ This creates the actual Kafka instance.
6464
6565== Verify that it works
6666
67- Next we will use the Kafka client scripts to create a new topic, publish and consume some data.
67+ Next, use the Kafka client scripts to create a topic and publish and consume data.
6868
6969The Kafka operator has created a service called `simple-kafka-broker-default-bootstrap`.
7070This service represents the endpoint clients should initially connect to in order to publish and consume data.
@@ -104,8 +104,8 @@ Internal Traffic Policy: Cluster
104104Events: <none>
105105----
106106
107- In the output we see that there are three endpoints serviced here.
108- There correspond to the three broker pods belonging to the Kafka cluster.
107+ The output shows that there are three endpoints serviced here.
108+ They correspond to the three broker pods belonging to the Kafka cluster.
109109
110110Then, create a port-forward on this service:
111111
You can’t perform that action at this time.
0 commit comments