wolfstudy opened a new pull request #10490: URL: https://github.com/apache/pulsar/pull/10490
Signed-off-by: xiaolongran <[email protected]> ### Motivation With the iteration of the Go client version, we have introduced many new interfaces and parameters, but the relevant documents have not been updated, resulting in inconsistencies between the documents and the code. This pr will focus on solving this problem and sort out all the parameters and interface lists related to `client`, `producer`, `consumer`and `reader` in the current Go client. Ensure that the documentation and code are consistent. ### Modifications - Add `Schema` docs and code example for producer and consumer - update some docs ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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]
