1

I have a topic "topic-one" and I want to know if it has "log.cleanup.policy = compact" configured or not.

Is it possible with kafkacat, extract the properties and / or configuration of a specific topic?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Jose
  • 1,779
  • 4
  • 26
  • 50

1 Answers1

0

kafkacat does not yet support the Topic Admin API (which allows you to alter and view cluster configs). Suggest you use kafka-configs.sh from the Apache Kafka distribution in the meantine.

Edenhill
  • 2,897
  • 22
  • 35