From ff2b551268927544a44e44d3596756df4f0dec3f Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 23 Dec 2021 11:15:25 +0100 Subject: [PATCH] Add Apache Kafka/Confluent resources. --- sections/programming.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sections/programming.md b/sections/programming.md index 907432b..fd07027 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1437,6 +1437,10 @@ See also [Shell aliases](../README.md#shell-aliases) > Learn * [Ruurtjan Pul](https://scribe.rip/understanding-kafka-with-factorio-74e8fc9bf181) - (2018) Understanding Kafka with Factorio +* [Antoine Veuiller](https://hackernoon.com/the-apprentices-guide-to-apache-kafka-n31w35ef) - (2021) The Apprentice's Guide to Apache Kafka +* [sudan](https://ssudan16.medium.com/kafka-internals-47e594e3f006) - (2019) Apache Kafka Internals +* [Tim Berglund](https://www.youtube.com/playlist?list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH) - [Videos] Apache Kafka® Tutorials | Kafka 101 +* [Confluent](https://kafka-tutorials.confluent.io/) - Kafka Tutorials: Learn Kafka with End-to-End Code Examples ## Kotlin * [Kotlin Docs](https://kotlinlang.org/docs/reference/comparison-to-java.html) - Comparison to Java Programming Language