Skip to content

Commit af9bd0b

Browse files
authored
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.
1 parent cbff4f7 commit af9bd0b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/kafka/rhoas-cli-getting-started-kafka/README.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ view the `credentials.json` file that you created.
171171
{
172172
"clientID":"srvc-acct-8c95ca5e1225-94a-41f1-ab97-aacf3df1",
173173
"clientSecret":"facf3df1-ab97-2253-aa87-ab97",
174-
"oauthTokenUrl": "https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token"
174+
"oauthTokenUrl": "https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token"
175175
}
176176
----
177177
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
180180
. Set the permissions for your service account to access the Kafka instance resources.
181181
+
182182
--
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.
184184

185185
.Assigning access permissions to a service account
186186
[source,shell]
@@ -204,8 +204,13 @@ After creating a Kafka instance, you can create Kafka topics to start producing
204204

205205
[NOTE]
206206
====
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.
208208
209+
.List Kafka instances
210+
[source,shell]
211+
----
212+
$ rhoas kafka list
213+
----
209214
.Selecting a Kafka instance to use
210215
[source,shell]
211216
----

0 commit comments

Comments
 (0)