Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perkss authored May 20, 2020
1 parent a26bdd4 commit af4b088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A selection of examples using Kafka and Kafka Streams with Clojure. I wanted to learn the real Kafka API via Clojure not via a Clojure wrapper so here are examples of using the raw API, which is clean and means you do not need to wait for Clojure wrapper libraries to upgrade Kafka.

A guide to the examples can be find in this post [here](https://perkss.github.io/#/clojure/KafkaClojure#text-body) and the Medium [version](https://medium.com/@stuart.m.perks/kafka-and-kafka-stream-examples-in-clojure-b1aa0c3d5cb3).
A guide to the examples can be find in this post [here](https://perkss.github.io/#/clojure/KafkaClojure#text-body).

## Prerequisites
Expected to be able to set up Zookeeper and Kafka Broker to run the examples. Or use the Confluent platform.
Expand Down

0 comments on commit af4b088

Please sign in to comment.