By default Kafka has no mechanism to delete records from the event store, apart from a TTL. You can enable topic compaction which can be used to delete records by overwriting them, but compacted topics just don't make…
By default Kafka has no mechanism to delete records from the event store, apart from a TTL. You can enable topic compaction which can be used to delete records by overwriting them, but compacted topics just don't make…