bloomberg-cookbooks / kafka

A set of Chef recipes for installing and configuring Apache Kafka.
Apache License 2.0
37 stars 26 forks source link

Topiclist - make grep more restricted #13

Closed yogeswaran closed 8 years ago

yogeswaran commented 8 years ago

On every chef run, kafka topics were created even though the topics already existed. This was not an issue when we were using Kafka version 0.8.2.X but when we upgraded to 0.9.0.0, kafka-topics.sh behavior got changed, it started giving bad exit code which causes chef run to fail.

This fixes following:

srhanson commented 8 years ago

:+1: This means that alter will start working, so we can actually add that block!

sparciii commented 8 years ago

lgtm

johnbellone commented 8 years ago

:+1: