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

Kafka topic - decrease number of partition #2503

Open
maciejmaciejko-gid opened this issue Jun 19, 2024 · 2 comments
Open

Kafka topic - decrease number of partition #2503

maciejmaciejko-gid opened this issue Jun 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@maciejmaciejko-gid
Copy link

What happened?

I created kafka topic's modification request, which decreased partitions number. I tried to approve that request, but it was unsuccessful (Unable to process request. Please contact with administrator). As the result topic was removed from kafka cluster.

Klaw 2.9.0 configured with Aiven (SASL_SSL_SCRAM_MECHANISM_256) - kafka cluster in Azure

@aindriu-aiven aindriu-aiven added the bug Something isn't working label Jun 19, 2024
@aindriu-aiven
Copy link
Contributor

Hey @maciejmaciejko-gid thank you for this, were their any logs in the cluster-api that might indicate why the operation failed.

I think when decreasing partitions it has to delete the topic and recreate with less partitions as kafka doesnt support downsizing partitions on topics. so i think it looks like the re-creation with less partitions was the issue.

@muralibasani
Copy link
Contributor

@maciejmaciejko-gid Like Aindriu mentioned, topic will be deleted and has to be recreated. If re-creation failed, can you share us any logs ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants