An open API service indexing awesome lists of open source software.

https://github.com/sketchingdev/learning-kafka

Notes from learning a little more about Kafka
https://github.com/sketchingdev/learning-kafka

Last synced: 10 months ago
JSON representation

Notes from learning a little more about Kafka

Awesome Lists containing this project

README

          

# Notes from Learning Kafka

![](.gitbook/assets/image.png)

### Preparation

```text
> git clone --recurse-submodules git@github.com:SketchingDev/learning-kafka.git
> cd supporting-files/
```

### Useful links

* [https://kafka.apache.org/documentation/\#gettingStarted](https://kafka.apache.org/documentation/#gettingStarted)
* [https://sookocheff.com/post/kafka/kafka-in-a-nutshell/](https://sookocheff.com/post/kafka/kafka-in-a-nutshell/)
* [https://medium.com/hacking-talent/kafka-all-you-need-to-know-8c7251b49ad0](https://medium.com/hacking-talent/kafka-all-you-need-to-know-8c7251b49ad0)