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 2022/07/19 22:45:45 UTC

[GitHub] [pulsar] nicoloboschi opened a new issue, #16688: Windows support for admin CLI tools

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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] dave2wave commented on issue #16688: Windows support for admin CLI tools

Posted by GitBox <gi...@apache.org>.
dave2wave commented on issue #16688:
URL: https://github.com/apache/pulsar/issues/16688#issuecomment-1192693554

   For those interested the shell scripts are here: https://github.com/apache/pulsar/tree/master/bin


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] lhotari commented on issue #16688: Windows support for admin CLI tools

Posted by GitBox <gi...@apache.org>.
lhotari commented on issue #16688:
URL: https://github.com/apache/pulsar/issues/16688#issuecomment-1190393156

   I wonder if Powershell (`.ps1` extension) would be an option?


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nicoloboschi closed issue #16688: Windows support for admin CLI tools

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed issue #16688: Windows support for admin CLI tools
URL: https://github.com/apache/pulsar/issues/16688


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] mangoGoForward commented on issue #16688: Windows support for admin CLI tools

Posted by GitBox <gi...@apache.org>.
mangoGoForward commented on issue #16688:
URL: https://github.com/apache/pulsar/issues/16688#issuecomment-1197852122

   I would like to help


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] mangoGoForward commented on issue #16688: Windows support for admin CLI tools

Posted by GitBox <gi...@apache.org>.
mangoGoForward commented on issue #16688:
URL: https://github.com/apache/pulsar/issues/16688#issuecomment-1223422140

   > @mangoGoForward have you started working on this? do you have any update?
   
   Thanks for your reminder, I will push it later


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] nicoloboschi commented on issue #16688: Windows support for admin CLI tools

Posted by GitBox <gi...@apache.org>.
nicoloboschi commented on issue #16688:
URL: https://github.com/apache/pulsar/issues/16688#issuecomment-1222425889

   @mangoGoForward have you started working on this? do you have any update?  


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org