We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the docs for the KeyValue.Update() method (https://pkg.go.dev/github.com/nats-io/nats.go/jetstream#KeyValue.Update) there is no mention of what happens to the TTL associated with the key. I think/hope that the TTL gets reset. I think docs should be enhanced to mention that.
Since Jetstream KV supports TTL, there must be a way to extend TTL somehow...
I can contribute the doc enhancement, sure
The text was updated successfully, but these errors were encountered:
You are right. The TTL will get refreshed. We're happy to accept contribution here!
Sorry, something went wrong.
Ok thanks for confirming that. I opened #1727 to update the docs
Successfully merging a pull request may close this issue.
Proposed change
In the docs for the KeyValue.Update() method (https://pkg.go.dev/github.com/nats-io/nats.go/jetstream#KeyValue.Update) there is no mention of what happens to the TTL associated with the key.
I think/hope that the TTL gets reset.
I think docs should be enhanced to mention that.
Use case
Since Jetstream KV supports TTL, there must be a way to extend TTL somehow...
Contribution
I can contribute the doc enhancement, sure
The text was updated successfully, but these errors were encountered: