Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 876 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 876 Bytes

Slides Kafka Fundamentals

This is a presentation about Kafka Fundamentals, i.e. things that every engineer working with Kafka and expecting reliable messaging (e.g. in the context of event collaboration) should know.

It covers (java) producers, consumers and the cluster itself, i.e. topic partitions, replicas etc. It's not about e.g. Kafka Connect, Kafka Streams or 3rd party client libraries like spring-kafka or reactor-kafka.

See the rendered version here: inoio.github.io/slides-kafka-fundamentals/

How to contribute

If you find anything that could be improved it would be awesome if you'd sumit a pull request. In case images/visualizations are involved, source for images can be found here.