bloomberg-cookbooks / kafka

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

Cache results for kafka topic creation #33

Closed Aergonus closed 6 years ago

Aergonus commented 6 years ago

If a databag wants to create several topics, they should be able to re-use the expensive exists_command in kafka_topic

Aergonus commented 6 years ago

Or rather, an easy fix is to check ourselves :)