Huanli-Meng commented on issue #7463:
URL: https://github.com/apache/pulsar/issues/7463#issuecomment-675331269


   @devinbost, when you use the CGo to build the Pulsar library, you can use 
the `go get -u github.com/apache/pulsar/pulsar-client-go/pulsar` command to get 
the pulsar library. when you use the native Go to build the Pulsar library, you 
can use the `go get -u "github.com/apache/pulsar-client-go/pulsar` command to 
get the pulsar library. The native Go is introduced in Pulsar 2.5.1 and the CGo 
is going to be deprecated. 
   
   Here is the link about native go client: 
https://pulsar.apache.org/docs/en/client-libraries-go/
   here is the link about CGo client: 
https://pulsar.apache.org/docs/en/2.5.1/client-libraries-cgo


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


Reply via email to