lcartercondon commented on issue #81: Support seting topic schema when creating 
producers/consumers
URL: https://github.com/apache/pulsar-client-node/pull/81#issuecomment-603398011
 
 
   This simply allows the NodeJS client to specify the schema when creating the 
producer or consumer - it doesn't go to the same extent that, say, the Python 
client does where passing an object (to the producer's send) causes that object 
to get encoded using the schema info or where the subscriber decodes the 
message payload to a value using the schema info.
   
   I'm planning on adding the automatic encode/decode parts in a similar 
fashion to how the Python client does it i.e. by wrapping the 
Producer/Consumer/Message bindings in language-native classes that add 
information regarding schema and support for automatic encode/decode, but I'm 
not quite sure yet of the exact implementation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to