@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. [ Full content available at: https://github.com/apache/pulsar/issues/2703 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org