pulsar-client-node
pulsar-client-node copied to clipboard
Automatic serialization/deserialization based on schema information
https://github.com/apache/pulsar-client-node/pull/223 enabled users to set schema information for messages. However, this is not enough and Pulsar Schema is not yet fully supported. Like other language libraries, the Node.js client library should also support automatic serialization/deserialization of messages based on schema information.