Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

confluent (8) Versions 0.1.0

Installs/Configures confluent

Policyfile
Berkshelf
Knife
cookbook 'confluent', '= 0.1.0', :supermarket
cookbook 'confluent', '= 0.1.0'
knife supermarket install confluent
knife supermarket download confluent
README
Dependencies
Changelog
Quality 100%

Confluent Cookbook

Installs the Confluent package and can run its services,

  • Kafka REST

Getting Started

Install/Configure Confluent Package

If you include the default recipe recipe[confluent] this will install the Confluent package and nothing else.

Start Kafka REST Service

If you include the recipe recipe[confluent::kafka-rest] this will install the Confluent package and start the
Kafka REST service.

You can configure the service using the attribtues node["confluent"]["kafka-rest"]["kafka-rest.properties"][...] = ....
Use Confluent's Kafka REST doc to figure out the
appropriate configuration for yourself.

Attributes

Generic

  • node["confluent"]["version"] : The version of the Confluent package to install (default=1.0)
  • node["confluent"]["scala_version"] : The scala version of the Confluent package to install (default=2.10.4)
  • node["confluent"]["artifact_url"] : The URL to the Confluent package to install. This is generated using the version and scala_version attributes. It downloads from packages.confluent.io.
  • node["confluent"]["install_dir"] : The directory to install the Confluent package (default=/opt/confluent)
  • node["confluent"]["user"] : The user that owns the Confluent package files and runs the services
  • node["confluent"]["group"] : The group that owns the Confluent package files and runs the services

Kafka REST

  • node["confluent"]["kafka-rest"]["kafka-rest.properties"] : A Hash of properties that configure the Kafka REST service (default={})
  • node["confluent"]["kafka-rest"]["log4j.properties"] : A Hash of properties that configure log4j for the Kafka REST service

Dependent cookbooks

java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Change Log

0.1.0 - 03-30-2015

  • [Feature] Issue-1 : Initial working cookbook

Foodcritic Metric
            

0.1.0 passed this metric