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
Updated streaming unit size info and new screenshot (#517)
* Updated streaming unit size info and new screenshot
* Incorporated CCS reviewer's feedback
* Added note, corrected some grammatical errors.
* Added contraction, and clearer language for translation purposes.
* Updated with trial instance info.
Copy file name to clipboardExpand all lines: docs/kafka/getting-started-kafka/README.adoc
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,11 +107,15 @@ Use the {product-kafka} web console to create and configure a Kafka instance for
107
107
ifndef::qs[]
108
108
.Prerequisites
109
109
* You're logged in to the {product-kafka} web console at {service-url-kafka}[^].
110
+
* You're familiar with the different Kafka instance sizes that you can create in {product-kafka}, and the capacities that correspond to those sizes. For more information about the capacities and service limits of your Kafka instance, see https://access.redhat.com/articles/5979061[Red Hat OpenShift Streams for Apache Kafka Service Limits].
110
111
endif::[]
111
112
112
113
.Procedure
113
114
. In the {product-kafka} web console, go to *Streams for Apache Kafka* > *Kafka Instances* and click *Create Kafka instance*.
114
-
. Enter a unique *Name* for the Kafka instance, such as `my-first-kafka-instance`, and select the relevant *Cloud region* option. All other fields are preconfigured.
115
+
. Enter a unique name for the Kafka instance, such as `my-first-kafka-instance`.
116
+
. From the *Cloud region* drop-down menu, select the relevant option. The selection for availability zones is preconfigured as *Single* for a trial instance and *Multi* for a production instance.
117
+
+
118
+
NOTE: The cloud provider is preconfigured.
115
119
+
116
120
////
117
121
//For post preview, when more options are available.
@@ -121,8 +125,14 @@ endif::[]
121
125
* *Cloud region*: Select `US East, N. Virginia`.
122
126
* *Availability zones*: Select `Multi`.
123
127
////
124
-
. Click *Create instance* to start the creation process for your Kafka instance.
128
+
. If you've purchased a subscription for {product-kafka}, use the slider to select an instance size. Instances with more streaming units have more capacity.
125
129
+
130
+
NOTE: In {product-kafka}, you can create Kafka instances of 1 or 2 streaming units. However, instances larger than 1 streaming unit are currently available only as a Technology Preview and should not be used in production. If you're creating a trial instance, the instance size is preconfigured.
131
+
132
+
133
+
. Click *Create instance* to start the creation process for your Kafka instance.
0 commit comments