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 2019/04/14 13:14:24 UTC

[GitHub] [pulsar] wolfstudy commented on issue #4043: go build faild with go mod

wolfstudy commented on issue #4043: go build faild with go mod
URL: https://github.com/apache/pulsar/issues/4043#issuecomment-482973508
 
 
   hello, this problem seems to be that you have not successfully built `pulsar-cpp-client`, you can exec:
   
   ```
   # cd apache/pulsar/pulsar-client-cpp
   # cmake .
   # make
   # make install
   # go get -u "github.com/apache/pulsar/pulsar-client-go/pulsar"
   ```
   
   
   
   > Also, can I help write a go-client that doesn't depend on cgo ?
   
   welcome.  now, we also have the same idea. Under the [https://github.com/wolfstudy/pulsar-client-go](https://github.com/wolfstudy/pulsar-client-go) project, we have already started some work. If you are interested, you are welcome to join us. 
   
   Of course, if the pulsar official has the same idea, we can try to contribute the relevant code to them together.

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


With regards,
Apache Git Services