Forge Home

confluent_kafka

Installs Confluent's Kafka Package

13,116 downloads

94 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.5.3 (latest)
  • 0.5.2
  • 0.5.1
  • 0.3.0
released Jan 23rd 2024
This version is compatible with:

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'chartbeat-confluent_kafka', '0.5.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add chartbeat-confluent_kafka
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install chartbeat-confluent_kafka --version 0.5.3

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

chartbeat/confluent_kafka — version 0.5.3 Jan 23rd 2024

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with confluent_kafka
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Unofficial module for install and managing Confluent's (http://confluent.io/) distribution of Kafka.

Currently only tested on Ubuntu 12.04

Build Status

Module Description

Module that manages the installation and configuration of Confluent's distribution of Kafka. Currently only supports brokers

Setup

What confluent_kafka affects

  • Installs Kafka package, service and java if specified

Beginning with confluent_kafka

    class { 'confluent_kafka': }

Usage

###Classes

####Class: confluent_kafka Main class for the module, will install the package

###Types:

####Type: confluent_kafka::topic Create/Delete topic in cluster

    confluent_kafka::topic { 'topic_name':
      ensure             => present,
      replication_factor => 3,
      partitions         => 16,
    }

Reference

###Classes ####Public Classes

  • [confluent_kafka]

####Private Classes

  • [confluent_kafka::config]
  • [confluent_kafka::install]
  • [confluent_kafka::service]
  • [confluent_kafka::params]

Limitations

This module is tested on the following platforms:

  • Ubuntu 12.04