-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable automatic topic creation #221
Conversation
so we want to undo #107. It was partially based on a false assumption, as pointed out in #101 (comment) Topics are created not only at produce but also at for example kafkacat -C. Typos cost us more time than it would take to automate topic creation and run ./bin/kafka-topics.sh in a temporary pod when we haven't automated.
LGTM! 👍 Also: 🍰 🍾 Scope creep: Is our topic automation generic/useful enough to include in this open-source project? Maybe a sample job that describes how we do it? |
#121 has quite good examples of topic creation |
Just found #3 :) |
It's worth noting here that release notes for 2.1.0 mention "Admin script and admin client API improvements to simplify admin operation (KIP-231, KIP-308, KIP-322, KIP-324, KIP-338, KIP-340)" |
now that we're running Java 11. Chosen based on trial and error: 80Mi got OOMKilled, 100m cpu took >twice the time to complete.
There's a standalone topic creation example, with resource limits, now in events-kube. |
See the commit comment for why.