diff --git a/microprofile-reactive-messaging-kafka/README.adoc b/microprofile-reactive-messaging-kafka/README.adoc index 3805794b66..98ad7b2f8f 100644 --- a/microprofile-reactive-messaging-kafka/README.adoc +++ b/microprofile-reactive-messaging-kafka/README.adoc @@ -1929,56 +1929,32 @@ The functionality of this quickstart depends on a running instance of the https://access.redhat.com/products/red-hat-amq#streams[AMQ Streams] Operator. AMQ Streams is a Red Hat project based on Apache Kafka. To deploy AMQ Streams in the Openshift environment: . Log in into the Openshift console as `kubeadmin` user (or any cluster administrator). -. Navigate to `Operators` -> `OperatorHub`. -. Search for `AMQ Streams` - click on the 'AMQ Streams' operator. -+ +. Install the `Red Hat Streams for Apache Kafka` operator +. Create an instance of `Red Hat Streams for Apache Kafka` +. Create a topic in the `Red Hat Streams for Apache Kafka` + Install it with the default values and wait for the message telling you it has been installed and is ready for use. -. In your terminal, run the following command to set up a Kafka cluster called `my-cluster` in your project: -+ + +In your terminal, run the following command to subscribe the `Red Hat Streams for Apache Kafka` operator. [options="nowrap",subs="+attributes"] ---- -$ oc apply -f - <