apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 86 forks source link

Add how to use schema examples or docs #272

Open shibd opened 1 year ago

shibd commented 1 year ago

Motivation

At present, Node.js clients can set SchemaInfo, it is best to add examples to convenient understanding

https://github.com/apache/pulsar-client-node/blob/fa7a6d1f0e2859522418203ec841a12e497377ba/src/SchemaInfo.h#L31-L32

kushagra-hd commented 1 year ago

Any update?

smolinari commented 1 year ago

General question and quite noob-like. Being the client does support schemaInfo(?), does this also mean the node client supports the schema registry feature?

Scott

kimula commented 8 months ago

related issue (for context's sake): https://github.com/apache/pulsar-client-node/issues/242

balticore commented 2 months ago

Would be really great to have some examples on how to use schema in clients if it is actually supported.