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 2021/06/09 16:01:45 UTC

[GitHub] [bookkeeper] eolivelli commented on pull request #2730: BP-45: a pluggable way to modify payload sent to the ledger

eolivelli commented on pull request #2730:
URL: https://github.com/apache/bookkeeper/pull/2730#issuecomment-857830934


   I believe that the main value of this BP is to enable the administrators of the BookKeeper cluster to deal with this transformations.
   Especially I am talking about encryption.
   
   If we implement this, for instance, in Pulsar, it will be a problem for all of the external tools (like the bookkeeper shell, BKVM...) to deal with the contents of the ledger.
   
   If the plugin is deployed together with the BK client (like some Encryption plugin that we can provide out of the box), then every tool will be able to interact directly with BK.
   
   Therefore, if we implement this is BK, many other applications that would like to add encryption (like BlobIt https://github.com/diennea/blobit) will be able to leverage this work by simply applying the right plugin. (cc @nicoloboschi @diegosalvi )


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