shibd commented on issue #926:
URL: 
https://github.com/apache/pulsar-client-go/issues/926#issuecomment-1463435088

   @CrazyCollin Hi, You can refer to java related 
[impl](https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/KeyValueSchemaImpl.java#L44).
 
   
   A point is: the schema of the `key` and `value` and the value of the `key` 
and `value` are joint, and the splicing rule is referenced: 
   
   
https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/pulsar-client-api/src/main/java/org/apache/pulsar/common/schema/KeyValue.java#L100-L123


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