You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a module for managing kafka topics, seems like it would pair nicely with your role. It still need to update partition & replication count, plus support removing topics entirely. Here's the rough version:
Cool, I make topics right now in another role(https://github.com/hpcloud-mon/ansible-monasca-schema/blob/master/tasks/kafka_topics.yaml) and am always annoyed on how it is a hack with ugly output. I keep meaning to get around to a module, I'm glad to see your work! I think it makes sense to be paired with this kafka role, when you think it is ready just make a pull request and drop it into the library dir and update the readme, etc. I'll then convert my topic creation over to it and do some testing.
I've got a module for managing kafka topics, seems like it would pair nicely with your role. It still need to update partition & replication count, plus support removing topics entirely. Here's the rough version:
The text was updated successfully, but these errors were encountered: