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
Copy file name to clipboardexpand all lines: olm/quickstarts/rhosak-openshift-getting-started-quickstart.yaml
+4-4
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,12 @@ spec:
75
75
76
76
1. In the [web console of Application Services](https://console.redhat.com/beta/application-services), select **Kafka Instances** in the **Streams for Apache kafka** menu. Click *Create Kafka instance*.
77
77
78
-
1. Enter a unique *Instance name*, such as `my-first-kafka-instance`. For this release of Streams for Apache Kafka, all other fields are preconfigured.
78
+
1. Enter a unique **Name**, such as `my-first-kafka-instance`. For this release of Streams for Apache Kafka, all other fields are preconfigured.
79
79
80
80
1. Click *Create instance* to start the creation process for your Kafka instance.
81
81
82
82
83
-
The new Kafka instance is listed in the instances table. When the instance *Status* is *Ready*, you can start using the Kafka instance. You can use the options icon (three vertical dots) to view, connect to, or delete the instance as needed.
83
+
The new Kafka instance is listed in the instances table. When the instance **Status** is **Ready**, you can start using the Kafka instance. You can use the options icon (three vertical dots) to view instance details, connect to the instance, or delete the instance.
84
84
85
85
86
86
NOTE: Although you can see Kafka instances created by other users in your organization, you can't manage or connect to those instances. Only the user who creates an instance can edit or delete the instance, access the associated service account and topics, or connect to the instance.
@@ -102,7 +102,7 @@ spec:
102
102
You’ll use the service account information later when you configure your application.
103
103
104
104
1. In the **Kafka Instances** page of the web console, for the relevant Kafka instance that you want to connect to,
105
-
select the options icon (three vertical dots) and click **View connection information**.
105
+
select the options icon (three vertical dots) and click **Connection**.
106
106
107
107
1. In the **Connection** page, copy the **Bootstrap server** endpoint to a secure location.
108
108
This is the bootstrap server endpoint that you'll need for connecting to this Kafka instance.
@@ -136,7 +136,7 @@ spec:
136
136
137
137
1. In the **Kafka Instances** page of the web console, click on the name of the Kafka instance that you want to add a topic to.
138
138
139
-
1. Click **Create topic** and follow the guided steps to define the topic details.
139
+
1. Select the **Topics** tab, click **Create topic**, and follow the guided steps to define the topic details.
140
140
Click **Next** to complete each step and click **Finish** to complete the setup.
141
141
142
142
**Topic name**: Enter a unique topic name, such as ```my-first-kafka-topic```.
Copy file name to clipboardexpand all lines: olm/quickstarts/rhosak-openshift-nodejs-bind-quickstart.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ spec:
260
260
261
261
1. In your web browser, open the [Kafka Instances](https://console.redhat.com/beta/application-services/streams/kafkas) page of the Streams for Apache Kafka web console. Click the name of the Kafka instance that you want to add a topic to.
262
262
263
-
1. Click **Create topic** and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
263
+
1. Select the **Topics** tab, click **Create topic**, and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
Copy file name to clipboardexpand all lines: olm/quickstarts/rhosak-openshift-quarkus-bind-quickstart.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ spec:
207
207
208
208
1. In your web browser, open the [Kafka Instances](https://console.redhat.com/beta/application-services/streams/kafkas) page of the Streams for Apache Kafka web console. Click the name of the Kafka instance that you want to add a topic to.
209
209
210
-
1. Click **Create topic** and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
210
+
1. Select the **Topics** tab, click **Create topic**, and follow the guided steps to define the topic details. Click **Next** to complete each step and click **Finish** to complete the setup.
0 commit comments