You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/09/14 09:36:25 UTC

[GitHub] [bookkeeper] diegosalvi opened a new issue, #3488: A new simple API to create embeddable server instances

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: commits-unsubscribe@bookkeeper.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] A new simple API to create embeddable server instances [bookkeeper]

Posted by "shoothzj (via GitHub)" <gi...@apache.org>.
shoothzj closed issue #3488: A new simple API to create embeddable server instances
URL: https://github.com/apache/bookkeeper/issues/3488


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org