In this video we demonstrate how Kafka works when we have multiple producers and consumers, multiple partitions and brokers, how to use the acknowledgement parameter and how to process exactly once on the consumer side. You need to have Kafka and Python installed in order to follow this tutorial.
The code can be found here: https://github.com/apostolos1927/kafkaExamples
Follow me on social media:
LinkedIn: www.linkedin.com/in/apostolos-athanasiou-9a0baa119
GitHub: https://github.com/apostolos1927/
00:00 - Intro
00:41 - Multiple Producers and multiple Consumers
06:12 - Sending and Reading from specific partitions
13:15 - Multiple Brokers with Replication Factor
22:23 - Producer Acknowledgement & Consumer Processing exactly once
26:27 - Conclusion