aschiazza commented on issue #2216: Bookkeeper High CPU usage when StreamStorageLifecycleComponent extra component is active URL: https://github.com/apache/bookkeeper/issues/2216#issuecomment-602664097 If you start pulsar in standalone mode all components (broker, bookie zk) start in a single container and registered to the loopback interface. You should start each component (broker, bookie, zk) with proper command, for example `/pulsar/bin/pulsar zookeeper` for zk `/pulsar/bin/bookkeeper bookie`for bookie `/pulsar/bin/pulsar broker`for pulsar broker `/pulsar/bin/pulsar proxy`for pulsar proxy `/pulsar/bin/pulsar functions-worker` for functions worker
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
