Hello everyone:

In the current version of pulsar-go-client, we do not support embedding the
version information of pulsar-go-client into
Client Command to send to the Broker. Now the hard code is fixed to 0.1.0.
This makes it impossible for us to determine
which version of pulsar-go-client the current user is using through the
version information.

To support this feature, the more clumsy method is described using
https://github.com/apache/pulsar-client-go/pull/820.
However, Go 1.16 officially supports the feature of embed (
https://pkg.go.dev/embed), which supports reading the
specified file directly, which seems to be a more elegant way, but this
requires Go 1.16 version. Yes, the current minimum
version supported by our pulsar-go-client is Go 1.15, which requires us to
change the minimum version of
pulsar-go-client from Go 1.15 to Go 1.16.

So here we start a discussion within the community to see if we can make
this change.

--
Thanks
Xiaolong Ran

Reply via email to