Open shodo opened 1 year ago
Hi everyone! I've opened a PR to add the threshold config: https://github.com/streamnative/terraform-provider-pulsar/pull/109
It's a little different from what I've requested in this issue, since I've noticed that it was better to add the configuration on the namespace properties instead of creating a dedicated offload_policies.
Community Note
Description
Hi all! In the company I work in, we are willing to enable infinite retention on some namespace and we are planning to offload them on S3 if they reach a certain size. We want to specify different threshold quotas for each namespace and have seen the possibility of doing that using Pulsar admin as described here (https://pulsar.staged.apache.org/docs/en/2.9.0/tiered-storage-aws/#example-3). Seems that there is no property available on the pulsar_namespace resource to do the same through Terraform. Do you have any plans to add it?
Impacted resources:
pulsar_namespace
Potential Terraform Configuration
References