Re: [COMPRESSION PARAMETERS] Question

2023-04-19 Thread Miklosovic, Stefan
uot; should be just enough. If this is false, we might default to NoOp compressor. From: Claude Warren, Jr via dev Sent: Wednesday, April 19, 2023 14:06 To: dev Subject: [COMPRESSION PARAMETERS] Question NetApp Security WARNING: This is an external email. Do

Re: [COMPRESSION PARAMETERS] Question

2023-04-19 Thread Maxim Muzafarov
Hello Claude, I have seen two options and the option you mentioned is probably the third from ways of disabling a feature :-) So, we have 1. public class TransparentDataEncryptionOptions { public boolean enabled = false; public ParameterizedClass key_provider; } 2. public boolean cdc_en

[COMPRESSION PARAMETERS] Question

2023-04-19 Thread Claude Warren, Jr via dev
Currently the compression parameters has an option called enable. When enable=false all the other options have to be removed. But it seems to me that we should support enabled=false without removing all the other parameters so that users can disable the compression for testing or problem resoluti