Configure Retention Period

Hi,

Is there other way, rather than
tctl namespace update --retention 10
to config the retention period?

Kind regards

tctl executes all of its commands through the service gRPC api. So any program that can talk gRPc can invoke UpdateNamespace method.