Apache Kafka

Apache Kafka is an open source distributed software message broker under the Apache Foundation. It is written in the Java and Scala programming languages.

Designed as a distributed, horizontally scalable system that provides capacity growth both with an increase in the number and load from the sources, and the number of subscriber systems. Subscribers can be combined into groups. Supports the ability to temporarily store data for subsequent batch processing. One of the features of the implementation of the tool is the use of a technique similar to transaction logs used in database management systems.

https://kafka.apache.org

Contact us