Click to copy
Streams • Reviewed for ksqlDB 0.29
How to Delete Messages from Stream in ksqlDB
You can’t delete messages from a stream in ksqlDB.
However, you can create a new stream from a query that filters the values you don’t need from your stream.
If you are working with tables instead of streams, you can actually delete records by sending tombstones.
Was this article helpful?