You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
Is there any way to avoid touching
cleanup.policy
duringUpdateTopic
?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 anError: Amazon MSK Serverless can't alter topic configuration cleanup.policy
. I could be wrong but is it because this provider version0.7.1
is still passing all the config values for during UpdateTopic??Reference: https://docs.aws.amazon.com/msk/latest/developerguide/serverless-config.html
The text was updated successfully, but these errors were encountered: