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.
Checked at kafka 2.6 only.
Issue: the describe_acls returns acl_resource_found that is limited only to subset of host: '*' literals, i.e. if there is an IP, this record is ignored.
This caused adding already existing ACLs (nothing too bad, but just wrong status and some extra calls) and, in case mark_others_as_absent: True, this causes to malfunction and skip of all records, which have an IP address.
Checked at kafka 2.6 only. Issue: the
describe_acls
returnsacl_resource_found
that is limited only to subset ofhost: '*'
literals, i.e. if there is an IP, this record is ignored. This caused adding already existing ACLs (nothing too bad, but just wrong status and some extra calls) and, in casemark_others_as_absent: True
, this causes to malfunction and skip of all records, which have an IP address.