issues
search
StephenSorriaux
/
ansible-kafka-admin
Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
Apache License 2.0
150
stars
46
forks
source link
Add tests on ZK mTLS & fix zk tls load config
#116
Closed
ryarnyah
closed
3 years ago
ryarnyah
commented
3 years ago
Fixes #115
Proposed Changes
Add some tests on ZK mTLS
Add option to force TLS on ZK when cert/key or cacert not specified (may be the case if cacert is present in server cacert)
Add kazoo.client logger for debugging
Fixes #115
Proposed Changes