Is there a way to delete a single record from kafka. Not through compaction but through an actual command. I know there is the script kafka-delete-records.sh that could delete everything before the specified offset, but I want to delete a single message on the offset I specified. Is there a way to do that?
- Deleting single record from kafka topic khoi dinh
- Re: Deleting single record from kafka topic Tom Bentley