{"id":18221138,"url":"https://github.com/voxpupuli/puppet-kafka","last_synced_at":"2025-04-07T19:12:08.487Z","repository":{"id":17296965,"uuid":"20067379","full_name":"voxpupuli/puppet-kafka","owner":"voxpupuli","description":"The kafka module for managing the installation and configuration of Apache Kafka","archived":false,"fork":false,"pushed_at":"2024-09-17T07:35:36.000Z","size":882,"stargazers_count":30,"open_issues_count":14,"forks_count":121,"subscribers_count":58,"default_branch":"master","last_synced_at":"2024-10-29T14:22:37.199Z","etag":null,"topics":["centos-puppet-module","debian-puppet-module","hacktoberfest","linux-puppet-module","puppet","redhat-puppet-module","sles-puppet-module","ubuntu-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/kafka","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2014-05-22T15:57:31.000Z","updated_at":"2024-09-17T07:35:39.000Z","dependencies_parsed_at":"2023-09-24T10:05:50.807Z","dependency_job_id":"65d53757-427a-48cc-bec8-39d7b4de2c1d","html_url":"https://github.com/voxpupuli/puppet-kafka","commit_stats":{"total_commits":474,"total_committers":62,"mean_commits":7.645161290322581,"dds":0.7784810126582279,"last_synced_commit":"bf54af51e7dd12fb0bd3ee1943ac743165962bfe"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-kafka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-kafka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-kafka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-kafka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-kafka/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419857,"owners_count":20936012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos-puppet-module","debian-puppet-module","hacktoberfest","linux-puppet-module","puppet","redhat-puppet-module","sles-puppet-module","ubuntu-puppet-module"],"created_at":"2024-11-03T21:05:14.610Z","updated_at":"2025-04-07T19:12:08.150Z","avatar_url":"https://github.com/voxpupuli.png","language":"Puppet","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Kafka module for Puppet\n\n[![Build Status](https://github.com/voxpupuli/puppet-kafka/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-kafka/actions?query=workflow%3ACI)\n[![Release](https://github.com/voxpupuli/puppet-kafka/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-kafka/actions/workflows/release.yml)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/kafka.svg)](https://forge.puppetlabs.com/puppet/kafka)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/kafka.svg)](https://forge.puppetlabs.com/puppet/kafka)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/kafka.svg)](https://forge.puppetlabs.com/puppet/kafka)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/kafka.svg)](https://forge.puppetlabs.com/puppet/kafka)\n[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-kafka)\n[![MIT License](https://img.shields.io/github/license/voxpupuli/puppet-kafka.svg)](LICENSE)\n[![Donated by Liam Bennett](https://img.shields.io/badge/donated%20by-Liam%20Bennett-fb7047.svg)](#Author)\n\n## Table of Contents\n\n1. [Overview](#overview)\n1. [Module Description - What the module does and why it is useful](#module-description)\n1. [Setup - The basics of getting started with Kafka](#setup)\n    * [What Kafka affects](#what-kafka-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with Kafka](#beginning-with-kafka)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nThe Kafka module for managing the installation and configuration of [Apache Kafka](http://kafka.apache.org).\n\n## Module Description\n\nThe Kafka module for managing the installation and configuration of Apache Kafka:\nit's brokers, producers and consumers.\n\n## Setup\n\n### What Kafka affects\n\nInstalls the Kafka package and creates a new service.\n\n### Setup requirements\n\nThis module has the following dependencies:\n\n* [deric/zookeeper](https://github.com/deric/puppet-zookeeper)\n* [camptocamp/systemd](https://github.com/camptocamp/puppet-systemd)\n* [puppet/archive](https://github.com/voxpupuli/puppet-archive)\n* [puppetlabs/java](https://github.com/puppetlabs/puppetlabs-java)\n* [puppetlabs/stdlib](https://github.com/puppetlabs/puppetlabs-stdlib)\n\n### Beginning with Kafka\n\nTo successfully install Kafka using this module you need to have Apache ZooKeeper\nalready running at localhost:2181. You can specify another ZooKeeper host:port\nconfiguration using the config hash of the kafka::broker class.\n\nThe default configuration installs Kafka 0.11.0.3 binaries with Scala 2.11:\n\n```puppet\n  class { 'kafka': }\n```\n\nIf you want a Kafka broker server that connects to ZooKeeper listening on port 2181:\n\n```puppet\n  class { 'kafka::broker':\n    config =\u003e {\n      'broker.id'         =\u003e '0',\n      'zookeeper.connect' =\u003e 'localhost:2181'\n    }\n  }\n```\n\n## Usage\n\nYou can specify different Kafka binaries packages versions to install. Please\ntake a look at the different Scala and Kafka versions combinations at the\n[Apache Kafka Website](http://kafka.apache.org/downloads.html)\n\n### Installing Kafka version 1.1.0 with scala 2.12\n\nWe first install the binary package with:\n\n```puppet\n  class { 'kafka':\n    version =\u003e '1.1.0',\n    scala_version =\u003e '2.12'\n  }\n```\n\nThen we set a minimal Kafka broker configuration with:\n\n```puppet\n  class { 'kafka::broker':\n    config =\u003e {\n      'broker.id'         =\u003e '0',\n      'zookeeper.connect' =\u003e 'localhost:2181'\n    }\n  }\n```\n\n## Reference\n\nThe [reference][1] documentation of this module is generated using [puppetlabs/puppetlabs-strings][2].\n\n## Limitations\n\nThis module only supports Kafka \u003e= 0.9.0.0.\n\nThis module is tested on the following platforms:\n\n* Debian 8\n* Debian 9\n* Debian 10\n* Ubuntu 16.04\n* Ubuntu 18.04\n* CentOS 7\n\nIt is tested with the OSS version of Puppet (\u003e= 5.5) only.\n\n## Development\n\nThis module has grown over time based on a range of contributions from people\nusing it. If you follow these [contributing][3] guidelines your patch will\nlikely make it into a release a little more quickly.\n\n## Author\n\nThis module is maintained by [Vox Pupuli][4]. It was originally written and\nmaintained by [Liam Bennett][5].\n\n[1]: https://github.com/voxpupuli/puppet-kafka/blob/master/REFERENCE.md\n[2]: https://github.com/puppetlabs/puppetlabs-strings\n[3]: https://github.com/voxpupuli/puppet-kafka/blob/master/.github/CONTRIBUTING.md\n[4]: https://voxpupuli.org\n[5]: https://www.opentable.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-kafka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-kafka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-kafka/lists"}