Apache Kafka

Kuinka lukea tietoja Kafkasta Pythonilla
Kafka on avoimen lähdekoodin hajautettu viestintäjärjestelmä, joka lähettää viestin osioituina ja eri aiheina. Reaaliaikainen tiedon suoratoisto voida...
Apache Kafka using Keys for Partition
Apache Kafka is a data streaming platform responsible for streaming data from a number of sources to a lot of targets. The sources are also called pro...
Deploy Apache Kafka using Docker Compose
Microservice oriented design patterns have made our applications more scalable than ever. RESTful API servers, front-end and even the databases are no...
RabbitMQ vs Apache Kafka
In this post, we will try to compare and establish some differences in the two most popular message brokers, RabbitMQ and Apache Kafka. Whenever we wa...
How to Setup Partitioning in Apache Kafka
Apache Kafka is a powerful message broker service. It is very fast and reliable. Apache Kafka is open source and free to use. It is written in Java.In...
Book Review Apache Kafka 1.0 Cookbook
Written by: By Raúl EstradaPublished by: Packt PublishingSummary: Over 100 practical recipes on using distributed enterprise messaging to handle real-...
Apache Kafka Books
Stream processing, a computer programming paradigm that deals with querying continuous data streams and detecting conditions within milliseconds from ...
Apache Kafka Partitioning
In this lesson, we will see what do we mean by Partitioning in Apache Kafka and how does it affects the performance of a Kafka cluster. The concept of...
Getting started with Apache Kafka and Python
In this lesson, we will see how we can use Apache Kafka with Python and make a sample application using the Python client for Apache Kafka. To complet...