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
If you want to retain all topics forever, you can set both log.retention.hours and log.retention.bytes to -1.
log.retention.hours
log.retention.bytes