Make Kafka Topic Log Retention Permanent

前端 未结 3 496
一整个雨季
一整个雨季 2021-01-01 17:21

I am writing log messages into a Kafka Topic and I want the retention of this topic to be permanent. I have seen in Kafka and Kafka Connect (_schemas, connect-configs, conne

3条回答
  •  旧巷少年郎
    2021-01-01 17:40

    If you want to retain all topics forever, you can set both log.retention.hours and log.retention.bytes to -1.

提交回复
热议问题