Messaging

How To Back Up, Import, and Migrate Your Apache Kafka Data on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Back Up, Import, and Migrate Your Apache Kafka Data on Debian 9

Backing up your Apache Kafka data is an important practice that will help you recover from unintended data loss or bad data added to the cluster due to user error. In this tutorial, you will back up, import, and migrate your Kafka data on a single Debian 9 installation as well as on multiple Debian 9 installations on separate servers. ZooKeeper is a critical component of Kafka’s operation, you will also back up ZooKeeper’s data in this tutorial.

Read more
How To Install Apache Kafka on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Kafka on Ubuntu 14.04

Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ. Though it is generally used as a pub/sub messaging system, a lot of organizations also use it for log aggregation because it offers persistent storage for published messages.

Read more
Установка Apache Kafka на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Apache Kafka на Ubuntu 18.04

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Apache Kafka — это популярный распределённый программный…

Read more
How To Install And Manage Apache Qpid — step-by-step Linux tutorial on Progressive Robot

How To Install And Manage Apache Qpid

In this the cloud provider article, we are going to talk about Apache Qpid, which is one of the open-source messaging systems that implements the Advanced Message Queuing Protocol (AMQP) (similar to RabbitMQ – article #4.1) to help developers solve their needs of advanced messaging between different elements of application deployment stack. As a project, Qpid aims to implement AMQP 100%.

Read more
CHAT