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
   
   
![image](https://user-images.githubusercontent.com/18204803/137863575-a24b7aab-26e6-41ad-81cd-ac0dcab17059.png)
   
   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]


Reply via email to