nareshv opened a new issue, #22502: URL: https://github.com/apache/pulsar/issues/22502
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation We've been evaluating pulsar standalone for edge/low-footprint use cases and seem to work pretty well. As mentioned in https://github.com/apache/pulsar/discussions/22438#discussioncomment-9018919 we would like to make the pulsar standalone robust with an embedded zookeeper. ### Solution `PulsarStandalone.java` supports multiple command line parameters. Adding `--run-zookeeper` flag to start the zookeeper on the same JVM ### Alternatives Running zookeeper as a separate process. -- We have to rule this option due to large fleet management needs. A single JVM management with (Pulsar + Zookeeper + Bookeeper) is much more deployment friendly on tiny devices than multiple processes. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
