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
However when I try to update my topic with the configs, I get the below error
"message.timestamp.before.max.ms" topic setting is read-only and cannot be updated. Read https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_kafka_topic for more details.
"message.timestamp.after.max.ms" topic setting is read-only and cannot be updated. Read https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_kafka_topic for more details.
I see this happening only on our PROD cluster topic and not on the DEV cluster topic, where the properties can be updated using Terraform. The clusters are 100% identical when it comes to settings.
Any help to resolve this would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
@gautam-goudar thanks for creating this issue! Could you confirm the version of TF Provider you're using? Based on git blame (link), it should work for all v1.57.0+ versions of TF Provider for Confluent, thank you!
Terraform docs say the below topic properties are supported for updates
However when I try to update my topic with the configs, I get the below error
I see this happening only on our PROD cluster topic and not on the DEV cluster topic, where the properties can be updated using Terraform. The clusters are 100% identical when it comes to settings.
Any help to resolve this would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: