Replies: 2 comments
-
Changing the number of partitions is currently not supported by kafka-gitops. While @jrevillard contributed this functionality to the original project in devshawn#52, I had to revert the changes because they broke the tests in this project. Refs devshawn#34 |
Beta Was this translation helpful? Give feedback.
-
Hello, Just to explain that it broke the tests certainly because I also modified the plan output format in the same huge MR. Unfortunately I have no time to split both.The schema registry functionality is also using the new format (another Huge MR). For info we use both functionalities in production since years now. Best, |
Beta Was this translation helpful? Give feedback.
-
Hello!
I test with the Release 0.2.16 and Release 0.3.0.
From
state.yaml
config :After increasing the number of partitions from 4 to 6 for example
As far as I can see, nothing happened, no matter what number I put in the partitions and replication, the plan and apply return:
[SUCCESS] There are no necessary changes; the actual state matches the desired state.
As far as I can see this is not true.
I use Apache Kafka version 3.4 and not Confluent.
Should I use a different configuration?
I would like just to create and maintain topics in the Kafka Cluster.
The creation of the topics is OK.
Beta Was this translation helpful? Give feedback.
All reactions