shibd opened a new pull request, #22:
URL: https://github.com/apache/pulsar-client-cpp/pull/22

   ### Motivation
   
   C++ client Support KeyValue Schema. For key and value schema, just only 
support `AVRO` and `JSON` type(consistent with java client).
   
   This PR has been reviewed in pulsar repo: 
https://github.com/apache/pulsar/pull/17125
   
   ### Modifications
   
   - A new constructor is added in `SchemaInfo` to combine key and value 
schemas.
   - Add a new `KeyValue` class, to help users merge and parse key and value 
data.
   
   ### Documentation
   
   The current Schema documentation is relatively simple, I will open a new PR 
to add more content and sample code
   - [x] `doc-required` 
   (Your PR needs to update docs and you will update later)
   
   ### Matching PR in forked repository
   
   https://github.com/shibd/pulsar-client-cpp/pull/2


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to