-
Notifications
You must be signed in to change notification settings - Fork 55
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
Key/Value and Object Store compression #214
Conversation
Looks like Deno uses |
I think there was a discussion about it and ADR says it should be bool also Go and Java using bool. Not sure why deno is different also rust looks the same as well. huh?! |
Turns out it should be bool. |
Naming wise - I would expect the Config param to be something like But for the Status param What do the other Clients call the Config param? Or is there a matching Stream Config param name that we should align? |
Go is using 'Compression' and 'IsCompressed'. ADR is the same. |
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
contributes to nats-io/nats-architecture-and-design#253