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

Add functions to unset namespace properties #855

Open
lovrogalesic-toast opened this issue Oct 12, 2022 · 0 comments · May be fixed by #856
Open

Add functions to unset namespace properties #855

lovrogalesic-toast opened this issue Oct 12, 2022 · 0 comments · May be fixed by #856

Comments

@lovrogalesic-toast
Copy link

lovrogalesic-toast commented Oct 12, 2022

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.

PR: #856

@lovrogalesic-toast lovrogalesic-toast linked a pull request Oct 12, 2022 that will close this issue
2 tasks
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