travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)

Home Page:https://twitter.com/travisjeffery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic topic creation

pbarker opened this issue · comments

Hey, great project. Kafka supports automatic topic creation where on message send a topic will be created if it doesn't exist, any chance that sort of thing will make it on the roadmap?