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
As a developer of applications and services, you can use {product-long-connectors} to create and configure connections between OpenShift Streams for Apache Kafka and third-party systems.
64
+
As a developer of applications and services, you can use {product-long-connectors} to create and configure connections between {product-long-kafka} and third-party systems.
65
65
66
66
In this example, you connect a data source (a data generator) that creates Kafka messages and a data sink (an HTTP endpoint) that consumes the Kafka messages.
67
67
@@ -181,12 +181,14 @@ Click the card to select the connector, and then click *Next*.
181
181
+
182
182
NOTE: If you have not already configured a {product-kafka} instance for Connectors, you can create a new Kafka instance by clicking *Create Kafka instance*. You would also need to set up and define access for a service account as described in _Configuring the {product-kafka} instance for use with {product-long-connectors}_.
183
183
184
-
. On the *Namespace* page, the namespace that you select depends on your OpenShift Dedicated environment.
185
-
+
186
-
If you are using a trial cluster in your own OpenShift Dedicated environment, select the card for the namespace that was created when you added the Connectors service to your trial cluster, as described in _https://access.redhat.com/documentation/en-us/red_hat_openshift_connectors/TBD[Adding the OpenShift Connectors service to an OpenShift Dedicated trial cluster^]_.
184
+
. On the *Namespace* page, click *Register eval namespace* to provision a namespace for hosting the Connectors instances that you create.
185
+
186
+
//. On the *Namespace* page, the namespace that you select depends on your OpenShift Dedicated environment.
187
+
//+
188
+
//If you are using a trial cluster in your own OpenShift Dedicated environment, select the card for the namespace that was created when you added the Connectors service to your trial cluster, as described in _https://access.redhat.com/documentation/en-us/red_hat_openshift_connectors/TBD[Adding the OpenShift Connectors service to an OpenShift Dedicated trial cluster^]_.
187
189
//need to update this link with correct URL
188
-
+
189
-
If you are using the evaluation OpenShift Dedicated environment, click *Register eval namespace* to provision a namespace for hosting the Connectors instances that you create.
190
+
//+
191
+
//If you are using the evaluation OpenShift Dedicated environment, click *Register eval namespace* to provision a namespace for hosting the Connectors instances that you create.
190
192
191
193
. Click *Next*.
192
194
@@ -253,11 +255,13 @@ endif::[]
253
255
+
254
256
For example, select *test* and then click *Next*.
255
257
256
-
. On the *Namespace* page, the namespace that you select depends on your OpenShift Dedicated environment.
257
-
+
258
-
If you are using a trial cluster on your own OpenShift Dedicated environment, select the card for the namespace that was created when you added the Connectors service to your trial cluster.
259
-
+
260
-
If you are using the evaluation OpenShift Dedicated environment, click the *eval namespace* that you created when you created the source connector.
258
+
. On the *Namespace* page, click the *eval namespace* that you created when you created the source connector.
259
+
260
+
//. On the *Namespace* page, the namespace that you select depends on your OpenShift Dedicated environment.
261
+
//+
262
+
//If you are using a trial cluster on your own OpenShift Dedicated environment, select the card for the namespace that was created when you added the Connectors service to your trial cluster.
263
+
//+
264
+
//If you are using the evaluation OpenShift Dedicated environment, click the *eval namespace* that you created when you created the source connector.
Copy file name to clipboardExpand all lines: docs/connectors/getting-started-connectors/quickstart.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ kind: QuickStarts
3
3
metadata:
4
4
name: connectors-getting-started
5
5
annotations:
6
-
draft: true
6
+
draft: false
7
7
order: 6
8
8
spec:
9
9
version: 0.1
@@ -18,7 +18,7 @@ spec:
18
18
prerequisites:
19
19
- A Red Hat identity
20
20
- You've created a Kafka instance and the instance is in `Ready` state. See the _Getting started with OpenShift Streams for Apache Kafka_ quick start.
21
-
- For the data sink example, open the free Webhook.site (https://webhook.site) in a browser window. The Webhook.site page provides a unique URL that you copy. You use this URL as an HTTP data sink.
21
+
- For the data sink example, open the free <a href="https://webhook.site">Webhook.site</a> in a browser window. The Webhook.site page provides a unique URL that you copy. You use this URL as an HTTP data sink.
0 commit comments