Description
I would like to set the folloing properties on my TestingServer
properties.setProperty("authProvider.1", "org.apache.zookeeper.server.auth.SASLAuthenticationProvider"); properties.setProperty("kerberos.removeHostFromPrincipal", "true"); properties.setProperty("kerberos.removeRealmFromPrincipal", "true");
Would it be better to let QuorumConfigBuilder (and InstanceSpec) accept a custom Properties object to be merged to the actual configuration ?
Attachments
Issue Links
- links to