ctubbsii commented on pull request #1526:
URL: https://github.com/apache/zookeeper/pull/1526#issuecomment-723144147


   > The idea is not to run ZooKeeper server inside the same process of an 
application
   
   If there were a good in-process API for launching, it could lay a good 
foundation for a larger number of use cases, including this one. For example, 
my own 
[zookeeper-maven-plugin](https://code.revelc.net/zookeeper-maven-plugin/scm.html)
 depends on an in-process API... and provides its own launcher service that 
wraps around that as a Maven plugin for integration testing. It would be very 
strange for it to have to be written as a *launcher for a launcher* for a 
service, rather than just as a *launcher* for a service.


----------------------------------------------------------------
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]


Reply via email to