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
Please vote on this issue by adding a
👍 reaction to the original
issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra
noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
It would be nice to be able to set/override/remove auto topic creation through the namespace policies when adding a namespace resource via TF. We set this at the broker level but there are some namespace we don't want it on.
New or Affected Resource(s)
pulsar_namespace
Potential Terraform Configuration
I think the clearest way to do this is as a separate object within the resource like the retention and persistent policy blocks. The three keys below match what the admin client requires.
Community Note
👍 reaction to the original
issue to help the community and maintainers prioritize this request
noise for issue followers and do not help prioritize the request
Description
It would be nice to be able to set/override/remove auto topic creation through the namespace policies when adding a namespace resource via TF. We set this at the broker level but there are some namespace we don't want it on.
New or Affected Resource(s)
Potential Terraform Configuration
I think the clearest way to do this is as a separate object within the resource like the retention and persistent policy blocks. The three keys below match what the admin client requires.
If
allow
is set tofalse
thentype
andpartitions
should be optional.The text was updated successfully, but these errors were encountered: