Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[producer] Allow deleting records via the shell producer (#646)
The shell producer can allow deleting records by accepting the value null regardless of the fact that it is compatible with the store schema or not. Note that other forms of null like "null", 'null', etc are not allowed.
- Loading branch information