BewareMyPower commented on issue #13083:
URL: https://github.com/apache/pulsar/issues/13083#issuecomment-984471561


   You can run following command without any code change or config change.
   
   ```bash
   ./bin/pulsar standalone --zookeeper-port 12181 -nss
   ```
   
   The `-nss` option is to disable the stream storage, which is an unstable 
feature (distributed log as you mentioned in `dl`). It's not required if you 
started standalone without existing data.
   
   But if your scenario is that you have already run KoP standalone with 2181 
port before and want to modify the config, you have to add the `-nss` 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to