Streaming Microservices With Akka Streams and Kafka Streams [Webinar]
This webinar combo of video and slides will help get you started streaming microservices using Akka Streams and Kafka Streams.
Join the DZone community and get the full member experience.
Join For FreeOne of the most frequent questions that we at Lightbend have been asked is “what’s the difference between Akka Streams and Kafka Streams?” After all, there is only a 1 letter difference between these two technologies, so how different could they be?
Well, as we are about to learn, they are actually quite different. Both tools are part of Lightbend Fast Data Platform, but were created with entirely different technological approaches in mind. For example, Akka Streams emerged as a dataflow-centric abstraction for the Akka Actor model, designed for general-purpose microservices, very low-latency event processing, and supports a wider class of application problems and third-party integrations via Alpakka. Kafka Streams, by comparison, is purpose-built for reading data from Kafka topics, processing it, and writing the results to new topics in a Kafka-centric way.
In this webinar by Dr. Dean Wampler, VP of Fast Data Engineering at Lightbend, we will:
- Discuss the strengths and weaknesses of Kafka Streams and Akka Streams for particular design needs in data-centric microservices, including code examples from our Kafka Streams with Akka Streams tutorial.
- Contrast them with Spark Streaming and Flink, which provide richer analytics over potentially huge data sets
- Help you map these streaming engines to your specific use cases, so you confidently pick the right ones for your jobs
Watch The Full Presentation (~50 Min)
Slides
More Resources You May Enjoy
- Intro to Fast Data Platform and Insights from Dean Wampler: Watch a short series of four, 3-min videos to get started
- Getting to know Fast Data Platform: Download the Fast Data Platform Technical Overview (PDF)
- Digging deeper into Fast Data Platform: "Webinar: How To Pick The Right Streaming Engine (45 min)"
Published at DZone with permission of Oliver White, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
How To Integrate Microsoft Team With Cypress Cloud
-
Apache Kafka vs. Message Queue: Trade-Offs, Integration, Migration
-
Competing Consumers With Spring Boot and Hazelcast
-
Redefining DevOps: The Transformative Power of Containerization
Comments