flowchartsman opened a new issue #652: URL: https://github.com/apache/pulsar-client-go/issues/652
The godoc throughout much of the project is incorrect, leading to IDEs such as VsCode not showing documentation unless the comment (accidentally?) starts with the correct identifier name. For example, when I'm creating a consumer, I can't see anything about what the different fields in `pulsar.ConsumerOptions`. For example, `Topic` shows nothing:  because the godoc at the definition (which is very useful), does not start with the string `Topic`:  Whereas `pulsar.Shared` does:  Because the comment happens to begin with the string `Shared`  -- 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]
