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

Is there any way to avoid touching cleanup.policy during UpdateTopic? #446

Open
iamnotabout opened this issue Aug 23, 2024 · 1 comment · May be fixed by #451
Open

Is there any way to avoid touching cleanup.policy during UpdateTopic? #446

iamnotabout opened this issue Aug 23, 2024 · 1 comment · May be fixed by #451

Comments

@iamnotabout
Copy link

Is there any way to avoid touching cleanup.policy during UpdateTopic?

AWS MSK Serverless doesn't let the provider update the config cleanup.policy.

When attempting to update the topic config (for example retention.ms) AWS MSK Serverless throws an Error: Amazon MSK Serverless can't alter topic configuration cleanup.policy. I could be wrong but is it because this provider version 0.7.1 is still passing all the config values for during UpdateTopic??

Configuration property Default Editable
cleanup.policy Delete Yes, but only at topic creation time

Reference: https://docs.aws.amazon.com/msk/latest/developerguide/serverless-config.html

@iamnotabout
Copy link
Author

maybe in the provider switch from broker.AlterConfigs to broker.IncrementalAlterConfigs?

@iamnotabout iamnotabout linked a pull request Aug 27, 2024 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

1 participant