Kafka topic not ready after increasing the number of partitions #6218
-
Hi, I have increased the number of partitions of my kafka topic but after applying the new configuration, the topic status is stated " No Ready" instead an autogenerated topic with the pervious configuration is created and is working. my kafka cluster consists of 5 nodes and 3 zookeepers. does anyone have idea about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I think you will need to share more information. The Topic operator logs ideally on the debug level, the resources you are talking about etc. |
Beta Was this translation helpful? Give feedback.
-
The problem was fixed by adding generation: 2 to the metadata portion of my topic kubernetes manifest. please update your documentation on examples/topic. |
Beta Was this translation helpful? Give feedback.
The problem was fixed by adding generation: 2 to the metadata portion of my topic kubernetes manifest. please update your documentation on examples/topic.