kafka-ui/kafka-ui-react-app/src/components/Topics/Topic/SendMessage
Roman Zabaluev 32a2e753b0
Allow producing messages with an empty key/value
* [ISSUE 1046] UI allows to submit message with empty key & value (#1264)

* [ISSUE 1046] UI allows to submit message with empty key & value

* Update Contract

(cherry picked from commit 4b730eb288)

* Backend fix

* Refactoring

* Fix nullable & checkstyle

* Fix jsonnullable get

* Remove unnecessary check and add a test

Co-authored-by: Oleg Shur <workshur@gmail.com>
2021-12-24 19:00:27 +03:00
..
__test__ Allow producing messages with an empty key/value 2021-12-24 19:00:27 +03:00
SendMessage.tsx Allow producing messages with an empty key/value 2021-12-24 19:00:27 +03:00
validateMessage.ts Allow producing messages with an empty key/value 2021-12-24 19:00:27 +03:00