-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Expand KV ADR for Per Msg TTLs #319
Conversation
This is for 2.11 client work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Clearly mark non direct get based gets as deprecated Signed-off-by: R.I.Pienaar <rip@devco.net>
Signed-off-by: R.I.Pienaar <rip@devco.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -340,6 +346,9 @@ Here is a full example of the `CONFIGURATION` bucket with compression enabled: | |||
"deny_delete": true, | |||
"allow_direct": true, | |||
"compression": "s2", | |||
"allow_msg_ttl": true, | |||
"subject_delete_markers": true, | |||
"subject_delete_marker_ttl": 900000000000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The subject_delete_markers
is redundant - made a comment on the server PR
Clearly mark non direct get based gets as deprecated