Apache Kafka

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Kafka

As a: Big Data Engineer

I want to: install Apache Kafka

So that: I can set up distributed streaming.

Using the role

Using the role in a playbook
---
- name: Install kafka
  hosts: all

  tasks:
    - name: kafka is configured
      import_role:
        name: crivetimihai.kafka
      vars:
        kafka_enable_service: true
      tags: kafka
# Install the role
ansible-galaxy install crivetimihai.kafka

# Run the playbook
ansible-playbook kafka-playbook.yml

Last update: 2020-02-04