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.
Currently change flag in kafka_lib_topic may be set to False even though it was already set to True
To fix this, let the change flag remain true by:
changed = changed or len(topics_changed) > 0
Fixes #
Proposed Changes
Currently change flag in kafka_lib_topic may be set to False even though it was already set to True To fix this, let the change flag remain true by:
changed = changed or len(topics_changed) > 0
-