klevy-toast opened a new issue, #1253:
URL: https://github.com/apache/pulsar-client-go/issues/1253

   **Is your feature request related to a problem? Please describe.**
   I would like to get / set / delete a namespace's [subscriptionExpiration 
policies](https://github.com/apache/pulsar/blob/d7e8ea16e6682df9a9354cda25cf4f1f9cb54429/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java#L494-L559)
 using the go client. It is not currently implemented
   
   **Describe the solution you'd like**
   In 
[pulsaradmin/pkg/admin/namespace.go](https://github.com/apache/pulsar-client-go/blob/master/pulsaradmin/pkg/admin/namespace.go),
 implement `GetNamespaceSubscriptionExpirationTime`, 
`SetNamespaceSubscriptionExpirationTime`, 
`DeleteNamespaceSubscriptionExpirationTime`.
   
   **Describe alternatives you've considered**
   Not sure
   
   **Additional context**
   Ultimately I would like to add these to the streamnative 
[terraform-provider](https://github.com/streamnative/terraform-provider-pulsar).
 This is an intermediary step.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to