vijaymandave
Results
2
comments of
vijaymandave
Hello @tomasfabian , Above solution is not working, I think tombstone entries are not created for the topic. As per documentation - [https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-reference/create-stream/](ksqldb) : > NULL message values are treated...
Hi @tomasfabian, Insertion of NULL is working using KSQL CLI, but deletion of rows with a matching key using above C# code is not working and getting below error. ```...