| by Arround The Web

Deploy Apache Kafka using Docker Compose

To deploy Kafka, configure Kafka and zookeeper service in “docker-compose.yml” file. After that, start Apache Kafka using the “docker-compose up” command.

Share Button
Read More
| by Arround The Web

How to Install and Configure Apache Kafka for RHEL-Based Distributions

In this tutorial, discover the correct way to install Apache Kafka on an RHEL-based distribution with practical application.
The post How to Install and Configure Apache Kafka for RHEL-Based Distributions appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install Apache Kafka With CMAK on CentOS

In this tutorial, we will show you how to install the Apache Kafka streaming platform with CMAK on a CentOS 8 server.
The post How to Install Apache Kafka With CMAK on CentOS appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Create a Topic in Apache Kafka

Practical tutorial on working with a Kafka topic using the Kafka CLI tools, how we can create a topic, how to write to a topic, and how to read from a topic.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Peek Transformations

Practical tutorial on what the Kafka transformations are, its various types, their role, and how to work with the peek() transformation in Apache Kafka.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Map Transformations

Practical guide on the fundamentals of working with Kafka Streams map transformation and how we could use it to convert a stream of integers to string values.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Hopping Time Window Transformations

Practical tutorial on the basics of working with hopping time window transformations in Kafka Streams to allow for continuous processing of the stream.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Inverse Filter Transformations

Tutorial on the inverse filter transform in Apache Kafka Streams, how it works, and how we can use it to exclude the results that match a given condition.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams GroupByKey Transformation

Tutorial on what the groupByKey transformation means when it comes to Kafka streams, the Kafka groupByKey() method in Java, how it works, and how to use it.Tutorial on what the groupByKey transformation means when it comes to Kafka streams, the Kafka groupByKey() method in Java, how it works, and how to use it.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Branch Transformations

Practical guide on how to work with Kafka Streams branch transformation to branch the data from a source stream into multiple substreams based on a condition.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Cogroup Transformations

Practical tutorial on how to work with the Kafka Streams cogroup transformation using the KStream API in the Kafka streams library and the cogroup method.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams ForEach Transformations

Practical guide on the ForEach transformation in a Kafka stream, how it works, hwo to apply it, and how to use it to operate on each record in a given stream.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams FlatMap Transformations

Practical guide on what the Kafka Streams flatmap transformation does, how it works, and how we can use it in a Kafka Streams application along with examples.

Share Button
Read More
| by Arround The Web

Apache Kafka Streams Count Transformations

Guide on how to use the Kafka Streams platform to build the stream processing applications using a high-level DSL to process and analyze the data in real-time.

Share Button
Read More
| by Arround The Web

How to Change the Replication Factor in Apache Kafka

Guide on how to use a JSON file to update the replication factor of a given topic in Kafka and how to modify the replication factor of an existing Kafka topic.

Share Button
Read More
| by Arround The Web

Deploy Apache Kafka with Docker Compose

Tutorial on how you can configure and run the Apache Kafka from a docker compose YAML configuration file and how to deploy a Kafka cluster using the docker.

Share Button
Read More
| by Arround The Web

Create Apache Kafka Partitions

How to create a partition in the Apache Kafka cluster and how you can configure the number of partitions of a given topic using the kafka-topics.sh command.

Share Button
Read More
| by Arround The Web

Create an Apache Kafka Consumer

Comprehensive tutorial on how to configure and create a basic Kafka consumer application using the CLI tools and understand its various functionalities.

Share Button
Read More
| by Arround The Web

Configure the Apache Kafka ACL for Security

The basics of configuring the Kafka ACL features to define who or what has the authorization to approach the resource and what nature of admittance they have

Share Button
Read More
| by Arround The Web

Apache Kafka Consumer in Rust

Comprehensive tutorial on how to quickly set up the basic Kafka producer and consumer applications using the Rust programming language along with examples.

Share Button
Read More