Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/attuneops/install-apache-kafka-on-ubuntu

Attune Automation Project to install Apache Kafka on Ubuntu. Apache Kafka is an open-source distributed event streaming platform, for a multitude of essential purposes. It serves as a high-performance solution for building data pipelines, conducting streaming analytics, facilitating data integration, and supporting mission-critical applications.
https://github.com/attuneops/install-apache-kafka-on-ubuntu

apache apache-kafka attune attune-automation automation kafka ubuntu

Last synced: 7 days ago
JSON representation

Attune Automation Project to install Apache Kafka on Ubuntu. Apache Kafka is an open-source distributed event streaming platform, for a multitude of essential purposes. It serves as a high-performance solution for building data pipelines, conducting streaming analytics, facilitating data integration, and supporting mission-critical applications.

Awesome Lists containing this project

README

        

[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://doc.servertribe.com)
[![Discord](https://img.shields.io/discord/844971127703994369)](http://discord.servertribe.com)
[![Docs](https://img.shields.io/badge/videos-watch-brightgreen.svg)](https://www.youtube.com/@servertribe)
[![Generic badge](https://img.shields.io/badge/download-latest-brightgreen.svg)](https://www.servertribe.com/community-edition/)

# Install Apache Kafka on Ubuntu

# Attune

[Attune](https://www.servertribe.com/)
automates and orchestrates processes to streamline deployments, scaling,
migrations, and management of your systems. The Attune platform is building a
community of sharable automated and orchestrated processes.

You can leverage the publicly available orchestrated blueprints to increase
your productivity, and accelerate the delivery of your projects. You can
open-source your own work and improve existing community orchestrated projects.

## Get Started with Attune, Download NOW!

The **Attune Community Edition** can be
[downloaded](https://www.servertribe.com/comunity-edition/)
for free from our
[ServerTribe website](https://www.servertribe.com/comunity-edition/).
You can learn more about Attune through
[ServerTribe's YouTube Channel](https://www.youtube.com/@servertribe).

# Clone this Project

To clone this project into your own instance of Attune, follow the
[Clone a GIT Project How To Instructions](https://servertribe-attune.readthedocs.io/en/latest/howto/design_workspace/clone_project.html).

## Blueprints

This Project contains the following Blueprints.

### Install Apache Kafka on Ubuntu 20.04

This instruction aims to take you on a journey of installing, configuring,
and hardening Apache Kafka.

Apache Kafka is a widely adopted distributed message broker specifically
designed to handle large amounts of real-time data. Its scalability and fault
tolerance make it a preferred choice for building robust systems. In
comparison to other message brokers such as ActiveMQ and RabbitMQ, Kafka
stands out with its remarkable throughput capabilities. While its primary
usage revolves around publish/subscribe messaging, it is also extensively
utilised for log aggregation due to its ability to persistently store
published messages.

In a publish/subscribe messaging system, one or more producers can publish
messages without having to worry about the number of consumers or their
specific message processing methods. Subscribed clients automatically
receive notifications about updates and the arrival of new messages. This
approach proves to be more efficient and scalable compared to systems where
clients need to poll at regular intervals to check for the availability of
new messages.

To successfully follow these instructions, you will need an Ubuntu 20.04
server equipped with a minimum of 4 GB of RAM. Additionally, ensure that you
have a non-root user configured with `sudo` privileges.

Another prerequisite is the installation of OpenJDK 11 on your server. You
can easily accomplish this by following our instructions on
[Installing Java on Ubuntu](https://www.attuneautomation.com/Install-Java-on-Ubuntu/)
.

If you encounter any issues or have any concerns regarding these instructions,
please feel free to log them
[here](https://github.com/Attune-Automation/Install-Apache-Kafka-on-Ubuntu/issues).

Please feel free to fork this project from
[GitHub](https://github.com/Attune-Automation/Install-Apache-Kafka-on-Ubuntu)
if you'd like to contribute to improving these instructions.

## Parameters

| Name | Type | Script Reference | Comment |
| ---- | ---- | ---------------- | ------- |
| kafka Binaries URL | Text | `kafkabinariesurl` | Get the kafka Binaries URL here: https://downloads.apache.org/kafka/ |
| kafka Sudo User | Linux/Unix Credential | `kafkasudouser` | |
| kafka User | Linux/Unix Credential | `kafkauser` | |
| Sudo User | Linux/Unix Credential | `sudouser` | |
| Ubuntu Node | Linux/Unix Node | `ubuntunode` | |
| User | Linux/Unix Credential | `user` | |

## Files

| Name | Type | Comment |
| ---- | ---- | ------- |

# Contribute to this Project

**The collective power of a community of talented individuals working in
concert delivers not only more ideas, but quicker development and
troubleshooting when issues arise.**

If you’d like to contribute and help improve these projects, please fork our
repository, commit your changes in Attune, push you changes, and create a
pull request.

pull request

---

Please feel free to raise any issues or questions you have.

create an issue

---

**Thank you**