You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented QE Review feedback for Getting started with the rhoas CLI for Red Hat OpenShift Streams for Apache Kafka (#426)
* In README.adoc of rhoas-cli-getting-started-kafka, amended admonition block in Creating a Kafka topic procedure, removed 4 spaces from json code snippet and clarified service-account and clientID correlation in Creating a service account procedure.
* Amended wording of service-account and clientID correlation in Creating a service account procedure.
* Put inverted commas around clientID in step 3 of the Creating a service account procedure.
You use these credentials and the bootstrap server URL to connect your applications and services to your Kafka instance.
@@ -180,7 +180,7 @@ You use these credentials and the bootstrap server URL to connect your applicati
180
180
. Set the permissions for your service account to access the Kafka instance resources.
181
181
+
182
182
--
183
-
This example allows applications to produce and consume messages from topics starting with a specified prefix that belong to any consumer group.
183
+
This example allows applications to produce and consume messages from topics starting with a specified prefix that belong to any consumer group. The service account information you input here is the 'clientID' from the previous step.
184
184
185
185
.Assigning access permissions to a service account
186
186
[source,shell]
@@ -204,8 +204,13 @@ After creating a Kafka instance, you can create Kafka topics to start producing
204
204
205
205
[NOTE]
206
206
====
207
-
You can use `rhoas kafka use` to switch to a specific Kafka instance.
207
+
You can use `rhoas kafka list` and `rhoas kafka use` to switch to a specific Kafka instance.
0 commit comments