Skip to content

Commit e51050d

Browse files
razvanmaltesander
andauthored
Apply suggestions from code review
Co-authored-by: Malte Sander <contact@maltesander.com>
1 parent 0efffdb commit e51050d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/kafka/pages/getting_started/first_steps.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6969
The Kafka operator has created a service called `simple-kafka-broker-default-bootstrap`.
7070
This service represents the endpoint clients should initially connect to in order to publish and consume data.
@@ -104,8 +104,8 @@ Internal Traffic Policy: Cluster
104104
Events: <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

110110
Then, create a port-forward on this service:
111111

0 commit comments

Comments
 (0)