📄️ What is Kafka?
kafkanig
📄️ Kafka Connect
Kafka Connect, Kafka'yı veritabanları, anahtar-değer depoları, arama dizinleri ve dosya sistemleri gibi harici sistemlerle bağlamak için bir framework'tür.
📄️ Kafka Streams
Kafka Streams is a client library for building applications and microservices, where the input and output data are stored in an Apache Kafka cluster. It combines the simplicity of writing and deploying standard Java and Scala applications on the client side with the benefits of Kafka's server-side cluster technology.
📄️ ksql
ksqlDB Apache Kafka üzerindeki stream processing uygulamaları için özel olarak tasarlanmış bir veritabanıdır.