sumitagrawl commented on PR #8073:
URL: https://github.com/apache/ozone/pull/8073#issuecomment-2722210824

   > @sumitagrawl , if there is a more efficient codec, we should replace the 
existing codec with it instead adding this custom codec feature.
   
   Efficiency here is based on usecase, Suppose for iteration, if Value is not 
required to be deserialized, can have codec of not doing anything. But default 
always deserialize.
   
   Further, can have different target of deserialization, like, 
   * Existing, byte[] --> KeyInfo --> OMKeyInfo
   * Can have others, byte[] --> KeyInfo --> **OMLightKeyInfo**


-- 
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: issues-unsubscr...@ozone.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to