You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/18 08:14:20 UTC

[GitHub] [pulsar] Huanli-Meng commented on issue #7463: [docs] Instructions for using Go client are unclear and confusing

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:
users@infra.apache.org