About 144,000 results
Open links in new tab
  1. Apache Kafka Tutorial - Online Tutorials Library

    Modern-day companies want better ways to handle real-time data and complex messages. Apache Kafka is one of the best tools for processing and managing a lot of data quickly and …

  2. Kafka Automation using Python with Real World Example

    Oct 12, 2023 · With an emphasis on practical examples, we will examine how to use Python to automate Kafka procedures in this post. The distributed streaming platform Kafka, created by …

  3. Spring Boot - Apache Kafka - Online Tutorials Library

    Apache Kafka is an open source project used to publish and subscribe the messages based on the fault-tolerant messaging system. It is fast, scalable and distributed by design.

  4. Apache Kafka - Consumer Group Example - Online Tutorials Library

    Now you have an idea about how to send and receive messages using a Java client. Let us continue Kafka integration with big data technologies in the next chapter.

  5. Apache Kafka - Integration With Spark - Online Tutorials Library

    In this chapter, we will be discussing about how to integrate Apache Kafka with Spark Streaming API.

  6. Log Aggregation - Online Tutorials Library

    As logs should be placed at a centralized location, following diagram showcase how to use Kafka, LogStash and Kibana to aggregate logs and search the indexed logs using required filters.

  7. Apache Kafka Advanced Course From Scratch

    Learn how to use Apache Kafka to handle real-time data feeds. Understand the key concepts of Kafka, such as topics, partitions, brokers, producers, and consumers.

    • Reviews: 196
    • Protocol Buffers - Kafka Integration - Online Tutorials Library

      Now, let us create a simple Kafka writer which would write the message encoded in this format to the Kafka topic. But for doing that, first, we need to add a few dependencies to our Maven POM −

    • Apache Kafka - Introduction - Online Tutorials Library

      What is Kafka? Apache Kafka is a distributed publish-subscribe messaging system and a robust queue that can handle a high volume of data and enables you to pass messages from one …

    • Building Data Streaming Applications with Apache Kafka

      By the end of this book, you will have all the information you need to be comfortable with using Apache Kafka, and to design efficient streaming data applications with it.