-
Hi. I'd like to pre-define the number of replicas for KafkaTopics. Documentation mentions that replicas default to the setting |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
May 3, 2023
Replies: 1 comment 5 replies
-
You should probably share more details:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to specify at least an empty
spec
section ... e.g.:I will open an issue to throw at least a warning when the
.spec
section is missing and not ignore it silently.