Jim-Lambert-Bose commented on issue #4286: libpulsar Homebrew formula fails URL: https://github.com/apache/pulsar/issues/4286#issuecomment-493157658 Pulling the v2.3.1 does not work: ``` $ go get github.com/apache/pulsar/[email protected] go: finding github.com/apache/pulsar/pulsar-client-go v2.3.1 go: finding github.com/apache/pulsar v2.3.1 go get github.com/apache/pulsar/[email protected]: unknown revision pulsar-client-go/v2.3.1 ``` But, I got it work via... ``` # latest commit in the branch 2.3 branch # https://github.com/apache/pulsar/commits/branch-2.3 # which is: 1f4a836a46483db408e0bf39903215974262d946 # install 2.3.1 brew install libpulsar # get the go-client module go get github.com/apache/pulsar/pulsar-client-go@1f4a836a46483db408e0bf39903215974262d946 $ go run main.go 2019/05/16 13:21:59.388 c_client.go:68: [info] INFO | ClientImpl:492 | Closing Pulsar client ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
