Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpk
: set value of produced record to empty byte slice
To differentiate a record with an empty string-value (`""`) in `rpk topic produce` from a record with a null value (`null`, as produced by `rpk topic produce -Z`), assign the empty-string to an empty-byte slice.
- Loading branch information