BewareMyPower commented on issue #12406: URL: https://github.com/apache/pulsar/issues/12406#issuecomment-946442704
If you really want to simulate a real world environment, you can launch a standalone starter  Or deploy ZK and BK locally, then launch a broker starter in a similar way. However, this way is more used for Pulsar broker with non-Java clients. For Java client, just write a unit test like `org.apache.pulsar.client.api.SimpleProducerConsumerTest` in `pulsar-broker` module. Because if you want to contribute some code, you must still add a unit test to protect your changes eventually. -- 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]
