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/06/28 01:08:58 UTC

[GitHub] [pulsar] startjava opened a new issue, #16252: what mean param : pulsar -nss

startjava opened a new issue, #16252:
URL: https://github.com/apache/pulsar/issues/16252

   -nss param what mean ?
   thank you !


-- 
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] nicoloboschi closed issue #16252: what mean param : pulsar -nss -nfw

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed issue #16252: what mean param : pulsar -nss -nfw
URL: https://github.com/apache/pulsar/issues/16252


-- 
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 #16252: what mean param : pulsar -nss -nfw

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

   Hi @startjava please use this command to see the full options explanation
   ```
   bin/pulsar standalone -h
   ```
   
   `-nss` will disable the stream storage component
   `-nfw` will disable the function worker component
   
   they're useful because they speed up the startup when you don't need these features 
   
   


-- 
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