bloomberg-cookbooks / kafka

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

fix topic exist grep pattern #21

Closed yogeswaran closed 7 years ago

yogeswaran commented 7 years ago

topic exist grep pattern that was added in #20 adds a space before and after the topic name and fails to find an existing topic.

yogeswaran commented 7 years ago

thanks @acaiafa !