wolfstudy opened a new pull request #368: URL: https://github.com/apache/pulsar-client-go/pull/368
Signed-off-by: xiaolong.ran <[email protected]> Fixes #344 ### Motivation Type safety is extremely important in any application built around a message bus like Pulsar. Currently, Apache Pulsar supports the function of Schema Registry. And Java, CPP and Python clients already support schema registry related functions, In order to further improve the function of Go Client, we need to support the function of Schema Registry in Go Client. ### Modifications - Add schema logic in producer - Add schema logic in consumer - Add schema logic in reader ---------------------------------------------------------------- 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: [email protected]
