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 2018/10/03 07:52:34 UTC

[GitHub] merlimat commented on issue #2703: Improve Go/macOS C++ client installation documentation

merlimat commented on issue #2703: Improve Go/macOS C++ client installation documentation
URL: https://github.com/apache/pulsar/issues/2703#issuecomment-426544108
 
 
   @grantwwu There is a warning at http://pulsar.apache.org/docs/en/client-libraries-go/#note
   
   I think the main issue is that we instruct to get the latest version, eg:
   
   ```
   $ dep ensure -add github.com/apache/incubator-pulsar/pulsar-client-go/pulsar@v2.1.1-incubating
   ```
   
   But the MacOS brew recipe is still installing 2.1.0 C++ client. We need to push the brew recipe to homebrew and make sure that gets updated on each release, pointing to new archive.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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