I'm setting up our Kafka cluster at a new company, and I think it would be beneficial if topic/partitioning/schemas are configured in code as opposed to by running ad-hoc kafka commands or using something like Kafka Manager.
Has anyone had a good experience writing a declarative kafka config schema or using open source tools for this? Or does know a reason why this seems like a terrible idea? --Brian