Kafka Streaming Microservices with Akka Streams and Kafka Streams - Dean Wampler

preview_player
Показать описание
I'll start with the premise that Kafka is the ideal backplane for reliable capture and organization of data streams for downstream consumption. Then, I'll present microservice applications implemented using Akka Streams and Kafka Streams on top of Kafka. The goal is to understand the relative strengths and weaknesses of these toolkits for building Kafka-based streaming applications. I'll also compare and contrast them to Spark Streaming and Flink, to understand when those tools are better choices. Briefly, Akka Streams and Kafka Streams are best for data-centric microservices, while Spark Streaming and Flink are best for richer analytics over large volume streams where scalability through "automatic" partitioning is required.

Рекомендации по теме
Комментарии
Автор

kafka only talks to kafka ? hum funnny because i have it talking to Oracle, Mysql, SFTP, flat files, elastic search, and then some

EricSoulliage
Автор

Greate Video! What is the best resource to learning Akka Stream

sujitfrk