Skip to content
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

Documentation around usage #83

Open
gurpiarbassi opened this issue Nov 16, 2021 · 3 comments
Open

Documentation around usage #83

gurpiarbassi opened this issue Nov 16, 2021 · 3 comments

Comments

@gurpiarbassi
Copy link

I feel the documentation is a little light around usage of kafka-gitops.
Can someone help answer the following questions?

  1. Is it possible to increase the number of partitions on an existing topic? I tried it and it detected no changes.

  2. Is it possible to decrease the number of partitions safely? what would happen if the topic contained records?

  3. Is it possible to rename a topic? What is the default behaviour here? Seems like a dangerous operation since it deletes the old topic and creates the new one.

@fireydagostino
Copy link

So regarding your points:

  1. I don't believe kafka-gitops natively supports increasing partitions counts via changing the value within the application. Changing the partition count of a topic is a one-way road (i.e. you can only increase the partition count of a topic).
  2. As said above, in Kafka you can only ever increase the number of partitions.
  3. In Kafka, you can't change the name of a topic. Once a topic is made, it's a done deal.

@jrevillard
Copy link
Contributor

@gurpiarbassi , on master you can increase partitions and manage replicas.

Best,
Jerome

@MichaelBeausoleil
Copy link

Any idea when the next version will be released so we can have the ability to change partitions and replication?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants