Version information
This version is compatible with:
- , , ,
This module has been deprecated by its author since Sep 6th 2017.
The reason given was: This module has been moved to the care of Vox Pupuli where it is now being maintained and updated.
The author has suggested puppet-kafka as its replacement.
Start using this module
Documentation
puppet-kafka
This module has been moved to the puppet-community.
It can now be found at puppet/kafka
##2014-10-10 - Release 1.0.0 ###Summary
This release adds a number of new features and fixes lots of idempotency issues. The main additions with this release are support for installing and configuring consumers, producers and mirrors
####Features
- added support for adding topics
- added support for managing consumers, producers, and mirrors
- improved documentation
- improved testing
####Bugfixes
- updated install_dir to /opt
- fixing install_dir symlink
- fixing idempotency issue in kafka server.properties
- fixing idempotency issue with untar-ing kafka package
- fixing bug in service restart
##2014-06-02 - Release 0.2.1 ###Summary
This is a bugfix release to fix conflict with wget dependency
####Bugfixes
- Fixing conflict with maestrodev/wget in how it is installed causing issue with duplicate resource.
##2014-06-02 - Release 0.2.0 ###Summary
This release fixed some bugs with the kafka service and refactored the code in preparation of supporting things other than the broker.
####Features
- refactoring of the kafka installation
####Bugfixes
- fixing issue with kafka service not starting correctly.
##2014-05-27 - Release 0.1.0 ###Summary
Initial release. Support for the installation and configuration of a kafka broker
Dependencies
- puppetlabs/stdlib (>= 3.0.0 <5.0.0)
Copyright (c) 2014 OpenTable, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.