cerner / cerner_kafka

A Kafka Cookbook for Chef
Apache License 2.0
30 stars 25 forks source link

Support setting topic configuration #20

Closed bbaugher closed 7 years ago

bbaugher commented 9 years ago

We have a need to set topic level configuration like retention policies. We would also like to be able to remove this configuration if necessary. It would also be helpful to be able to specify config for multiple topics either via common config or possibly wildcards.

TD-4242 commented 9 years ago

It might be nice to have a topic creation LWRP that could take configuration policy like retention, replication, partitions etc...

bbaugher commented 7 years ago

We've come up with a different way to do this so we are canceling this