-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add support for new topic configuration fields - message.timestamp.after.max.ms and message.timestamp.before.max.ms #341
Comments
We are also having this issue, it's preventing us from updating any existing topics using Terraform. This is definitely a bug versus an enhancement since it prevents you from updating any existing topics and the Error messages' fix also doesn't work. |
@Noel-Jones, @shriman-desikan thanks for creating this PR! Could you confirm you are interested in the following 2 topic settings:
|
Yes, those are the two topic settings that I guess should be editable going forward. This all seems related to this KIP and Confluent's adoption of Kafka version 3.6.x, for more context. Thank you! |
Thanks! We have internally merged a fix and are planning to release a new version of the TF Provider today or tomorrow, which will include this fix. Thank you for your patience! |
Thank you, v1.57 does resolve this issue. |
Following on from #339 I just got around to updating my code to set the fields message.timestamp.after.max.ms and message.timestamp.before.max.ms to the default values. Now I get the message
The provider needs to be updated to support setting of these fields. I am raising this as a new issue because it is a specific issue with a more significant impact that prevents me from being able to apply. If I set the config value I get the error shown above, if I don't set the field I get the error below!
The text was updated successfully, but these errors were encountered: