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
Some properties in namespaces (like message_ttl or max_consumers_per_topic) can be set on the namespace level or the broker level (using the broker config). Currently, both pulsarctl and terraform-provider-pulsar don't handle unsetting these properties but can only set them to the value of 0.
Our goal is to be able to unset a property for a namespace so it actually falls back to the broker defaults instead of overriding it with a value of 0
If this issue and the PR are accepted, we will open a new PR for the terraform-provider-pulsar to follow these changes.
Some properties in namespaces (like
message_ttl
ormax_consumers_per_topic
) can be set on the namespace level or the broker level (using the broker config). Currently, bothpulsarctl
andterraform-provider-pulsar
don't handle unsetting these properties but can only set them to the value of0
.Our goal is to be able to unset a property for a namespace so it actually falls back to the broker defaults instead of overriding it with a value of
0
If this issue and the PR are accepted, we will open a new PR for the
terraform-provider-pulsar
to follow these changes.PR: #856
The text was updated successfully, but these errors were encountered: