Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 919 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 919 Bytes

Ansible playbook for Apache Kafka with systemd


Introduction

Ansible provides a simple way to deploy, manage, and configure the Apache Kafka.This repository provides playbooks and templates to easily spin up a Apache Kafka installation. Specifically this repository:

  • Installs Apache Kafka broker
  • Starts services using systemd scripts
  • Provides configuration options for plaintext(TODO: SSL)

The prerequisite of Apache Kafka services install from this repository is that you need a Zookeeper cluster pre-installed.

Disclaimer

This repository is maintained by Junyangz for practice Ansible playbook previous intend for Kafka cluster installation on CRS3-NRGL bare metal server.

Reference