wolfstudy commented on issue #7463: URL: https://github.com/apache/pulsar/issues/7463#issuecomment-654553431
This is the cgo client lib: ``` github.com/apache/pulsar/pulsar-client-go/pulsar ``` And this is the native go client lib: ``` github.com/apache/pulsar-client-go/pulsar ``` We are considering `@Deprecated` the cgo client and replacing it with the native go client, so you don't need to build the cpp client before using the go client, this may be a good start. ---------------------------------------------------------------- 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]
