kafka-tutorials icon indicating copy to clipboard operation
kafka-tutorials copied to clipboard

Demonstrate how to send a tombstone to a topic

Open ybyzek opened this issue 4 years ago • 1 comments

  • https://rmoff.net/2020/11/03/kafka-connect-ksqldb-and-kafka-tombstone-messages/
  • https://stackoverflow.com/questions/66305527/how-to-delete-a-value-from-ksqldb-table-or-insert-a-tombstone-value/66314510#66314510
  • Bonus points for Avro: https://forum.confluent.io/t/can-you-produce-avro-data-with-kafkacat/384/5

ybyzek avatar Mar 02 '21 03:03 ybyzek

https://cwiki.apache.org/confluence/display/KAFKA/KIP-810%3A+Allow+producing+records+with+null+values+in+Kafka+Console+Producer

Sending tombstones from AK CLI will be coming in AK 3.2.0

ybyzek avatar Mar 15 '22 17:03 ybyzek