zhaijack opened a new issue #750:  inconsistency in the data types used in read 
and write
URL: https://github.com/apache/bookkeeper/issues/750
 
 
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   there is an inconsistency in the data types used in read and write.
   
   
   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.
   In PR #738 , Ivan pointed out: 
   ```
    there is an inconsistency in the data types used in read and write.
   
   WriteHandle is takes ByteBuf and ByteBuffer
   ReadHandle/LedgerEntry returns ByteBuf and byte[]
   
   This should be resolved.
   ```
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to