About 155,000 results
Open links in new tab
  1. Apache Kafka and Scala - A Beginner’s Tutorial - Confluent

    Dec 8, 2020 · Introduction to Apache Kafka and Scala. Learn about Kafka clients, how to use it in Scala, the Kafka Streams Scala module, and popular Scala integrations with code examples.

  2. Introduction to Kafka With Scala | Baeldung on Scala

    Jul 30, 2024 · In this tutorial, we’ll explore Kafka using Scala. First, we’ll produce messages on a topic. Next, our consumer application will read those messages. Finally, we’ll use Avro to store …

  3. Getting Started with Scala and Apache Kafka - Medium

    Dec 18, 2020 · That’s why this blog post provides a quick tour of the Kafka client applications in Scala and explores what’s worth considering when importing Java dependencies in your Scala …

  4. Apache Kafka Producer and Consumer in Scala - Spark By …

    Mar 27, 2024 · This article explains how to write Kafka Producer and Consumer example in Scala. Producer sends messages to Kafka topics in the form of records, a record is a key-value pair …

  5. Create a Kafka Client App for Scala for Use With Confluent Platform

    In this tutorial, you will run a Scala client application that produces messages to and consumes messages from an Apache Kafka® cluster. After you run the tutorial, use the provided source …

  6. Apache Kafka With Scala Tutorial - DZone

    Mar 8, 2019 · This blog will help you in getting started with Apache Kafka, understand its basic terminologies and how to create Kafka producers and consumers using its APIs in Scala.

  7. Using Apache Kafka with Scala for Real-time Data Processing

    Jan 3, 2024 · In this article, we will explore how to use Kafka with Scala, and discuss some common pitfalls and how to avoid them. Apache Kafka is an open-source stream-processing …

  8. Kafka Tutorials - allaboutscala.com

    This Scala Tutorial is a step by step beginner's guide where you will learn how to connect to and use Apache Kafka.

  9. Apache Flink and Kafka: Simple Example with Scala

    Nov 14, 2022 · Now we will make a straightforward example of how to consume and produce messages from/to Kafka with Flink. The language will be Scala. We will consume simple …

  10. Hands-on Kafka Streams in Scala - SoftwareMill

    Jan 24, 2022 · In the following blog post, I will show you how you can combine data from multiple topics using Kafka Streams as well as produce and consume data with Kafka. I will also show …

Refresh