Notes:
If you want to use kerberos zookeeper before, you just need to set [security]
enable_zookeeper_kerberos to "true" and do some kerberos configurations.
After this commit, you also need to set [zookeeper] sasl_mechanisms_type
to "GSSAPI". Otherwise, you'll get an error log prompting you to make changes.
Reference: zookeeper 3.7 client https://github.com/apache/zookeeper/blob/branch-3.7/zookeeper-client/zookeeper-client-c/src/cli.c
Notes: If you want to use kerberos zookeeper before, you just need to set [security] enable_zookeeper_kerberos to "true" and do some kerberos configurations. After this commit, you also need to set [zookeeper] sasl_mechanisms_type to "GSSAPI". Otherwise, you'll get an error log prompting you to make changes.
Some configurations are added: