Kafka tombstones via console producer22 April 2025Kafka CLIKey + null value = tombstone. Use null.marker so the CLI can send it.
Delete logs older than 7 days with find28 February 2024Unix CLIfind + -mtime + -delete is safer than a recursive rm when you scope the path.