Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个主题“topic-one”,我想知道它是否配置了“log.cleanup.policy = compact”。
是否可以使用 kafkacat 提取特定主题的属性和/或配置?
kafkacat 还不支持 Topic Admin API(它允许您更改和查看集群配置)。建议您同时使用kafka-configs.shApache Kafka 发行版。
kafka-configs.sh