confluentinc / confluent-kafka-javascript

Confluent's Apache Kafka JavaScript client
https://www.npmjs.com/package/@confluentinc/kafka-javascript
MIT License
92 stars 5 forks source link

Fix Empty message value and key being treated as Null #53

Open PratRanj07 opened 3 weeks ago

PratRanj07 commented 3 weeks ago

Previously, when passing an empty string as the message value and key, these were incorrectly treated as null. This PR implements a fix to ensure that empty strings are now correctly recognized and handled as intended.