Skip to content

Commit

Permalink
Fix some typos (#7)
Browse files Browse the repository at this point in the history
Fixing some typos
  • Loading branch information
edeandrea authored and jamesfalkner committed Nov 15, 2019
1 parent ec8882b commit b9adb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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?
Expand Down

0 comments on commit b9adb3c

Please sign in to comment.