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

Partition batched creations / alter / delete to support kraft batched… #158

Closed ryarnyah closed 1 year ago

ryarnyah commented 1 year ago

KRaft only support 10000 operations to be included inside one log entry so we need to partition all create/alter/delete operation.