From b9adb3cd0e45f6a04a620d8467b9cd69f4f777e1 Mon Sep 17 00:00:00 2001 From: Eric Deandrea Date: Fri, 15 Nov 2019 05:41:45 -0500 Subject: [PATCH] Fix some typos (#7) Fixing some typos --- docs/kafka.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kafka.adoc b/docs/kafka.adoc index 31fb1ba..5f74d53 100644 --- a/docs/kafka.adoc +++ b/docs/kafka.adoc @@ -1,7 +1,7 @@ = Reactive Streams with Quarkus and Kafka :experimental: -In this exercise, you will use the Quarkus Kafka extension to build a streaming application using MicroProfile Reative Streams Messaging and https://kafka.apache.org[Apache Kafka,window=_blank], a distributed streaming platform. You will also use https://strimzi.io/[Strimzi,window=_blank], which provides an easy way to run an Apache Kafka cluster on Kubernetes using https://operatorhub.io/what-is-an-operator[Operators,window=_blank]. +In this exercise, you will use the Quarkus Kafka extension to build a streaming application using MicroProfile Reactive Streams Messaging and https://kafka.apache.org[Apache Kafka,window=_blank], a distributed streaming platform. You will also use https://strimzi.io/[Strimzi,window=_blank], which provides an easy way to run an Apache Kafka cluster on Kubernetes using https://operatorhub.io/what-is-an-operator[Operators,window=_blank]. == What is Apache Kafka?