> 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 resolution without losing an of the other parameter settings.
Yes, I agree with this. Mere "enabled: false" should be just enou
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