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

Topic configuration removal not working #1921

Open
leandrorosa opened this issue Nov 26, 2024 · 0 comments
Open

Topic configuration removal not working #1921

leandrorosa opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@leandrorosa
Copy link

What happened?

When removing configurations of the topic such

config {
    cleanup_policy        = "compact,delete"
    delete_retention_ms   = 24 * 60 * 60 * 1000
    max_compaction_lag_ms = 6 * 60 * 60 * 1000
  }

Nothing is applied, the plan remains empty.

What did you expect to happen?

For the plan to revert back to the default values or do trigger an error in case some config is invalid

What else do we need to know?

terraform {
  required_providers {
    aiven = {
      source  = "aiven/aiven"
      version = "4.28.0"
    }
  }
}
@byashimov byashimov added the documentation Improvements or additions to documentation label Nov 27, 2024
@byashimov byashimov added the bug Something isn't working label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants