https://github.com/sebruck/kafka-talk
Code snippets for my talk about apache kafka
https://github.com/sebruck/kafka-talk
Last synced: 9 months ago
JSON representation
Code snippets for my talk about apache kafka
- Host: GitHub
- URL: https://github.com/sebruck/kafka-talk
- Owner: Sebruck
- License: apache-2.0
- Created: 2018-07-25T08:47:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T13:58:31.000Z (almost 8 years ago)
- Last Synced: 2025-07-02T07:24:51.453Z (12 months ago)
- Language: Scala
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kafka Talk
Code examples for my talk about Apache Kafka.
## Run
Slides can be found [here](Talk_Kafka_Basics.pdf).
To run these examples Kafka needs to be started on your local machine,
please follow the steps 1 & 2 in the [quickstart](https://kafka.apache.org/quickstart#quickstart_download).