diegosalvi opened a new issue, #3488: URL: https://github.com/apache/bookkeeper/issues/3488
**FEATURE REQUEST** 1. Please describe the feature you are requesting. From 4.15 Bookie and BookieServer creation is changed. Is enough common for project to start an embedded version of BK using such classes. Instead of rewrite every time boilerplate code the full server instantiation can be extracted from Main class creating a public API to create BookieService from configurations and/or provided component instances. 2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Nice-to-have 3. Are you currently using any workarounds to address this issue? To migrate to 4.15 I had to rewrite classes to create an embedded BK instance looking into "internal" classes 4. Provide any additional detail on your proposed use case for this feature. Create an embedded BK instance could be as easy ad invoke a builder. This can be really useful on both embedding BK in production project and in tests environments -- 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]
