ctubbsii commented on issue #5386:
URL: https://github.com/apache/accumulo/issues/5386#issuecomment-2707181577

   I think we should support multiple output streams (e.g. multiple files) 
using the same crypto service, because if we don't, that puts an unnecessary 
constraint on the CryptoServiceFactory to make sure it returns a unique service 
each time it is called... and that doesn't seem very efficient. The service 
itself should be reusable, since it mainly just encapsulates the crypto 
algorithm and config, and shouldn't itself be stateful for a particular stream. 
I think @PircDef and @milleruntime worked on this code most recently, so they 
might have an opinion if they are still around at all.


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

Reply via email to