You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/12/17 08:03:19 UTC

[GitHub] [bookkeeper] eolivelli opened a new issue #2218: Write customMetadata on ledgers created by DistributedLog

eolivelli opened a new issue #2218: Write customMetadata on ledgers created by DistributedLog
URL: https://github.com/apache/bookkeeper/issues/2218
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   It is very common for BookKeeper based applications to tag ledgers with common custom metadata, like:
   - application: "name of the application"
   - component: "component of the application"
   
   DistributedLog is an API over BookKeeper and we need to write such tags on ledgers created by DistributedLog, in this case application won't be "distributedlog" but the name of the application itself and so the component.
   
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have).
      Are you currently using any workarounds to address this issue?
   should-have
   
   
   3. Provide any additional detail on your proposed use case for this feature.
   We could make a set of base custom metadata to write at each createLedger, and also add some dlog specific metadata (this will ease debugging as well)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services