nicoloboschi opened a new issue, #16688:
URL: https://github.com/apache/pulsar/issues/16688
Currently for Windows users there's no easy way to run Pulsar CLI tools such
as `pulsar-admin`, `pulsar-shell`, and so on.
The goal would be to give the possibility to a Windows user to download the
Pulsar tarball and administrate a remote Pulsar cluster from their own Windows
machine.
Since the Pulsar Admin is a java application, the only implementation needed
would be to:
* Create a .cmd file for pulsar-admin (`bin/pulsar-admin.cmd`)
* Replicate the same logic from the bash files (actually
`bin/pulsar-admin-common.sh`)
This will become more useful starting from Pulsar 2.11 which will contains
the Pulsar Shell artifact.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]