pulsar-client-go icon indicating copy to clipboard operation
pulsar-client-go copied to clipboard

build pulsar-perf for multiple os and architecture

Open zzzming opened this issue 4 years ago • 1 comments

Motivation

To release a pulsar-perf utility against multiple popular OS and architecture, these binaries can be generated and part of the pulsar-client-go release. Can these binaries in gz format to be uploaded to GH release as part of the client lib release package?

Modifications

Introduce a new script for that purpose.

Verifying this change

This is a utility. The script runs to complete.

Does this pull request potentially affect one of the following parts:

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): no
  • The public API: no
  • The schema: no
  • The default values of configurations: no
  • The wire protocol: no

Documentation

  • Does this pull request introduce a new feature? no

zzzming avatar Jan 14 '21 01:01 zzzming

Can these binaries in gz format to be uploaded to GH release as part of the client lib release package?

Not directly, the releases need to be done to the ASF distribution servers.

merlimat avatar Jan 14 '21 02:01 merlimat