You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/06 20:26:49 UTC

[GitHub] [kafka] ijuma opened a new pull request #11736: MINOR: Remove Crc32.java

ijuma opened a new pull request #11736:
URL: https://github.com/apache/kafka/pull/11736


   We only use it in the legacy record formats (V0 and V1) and the CRC32
   implementation in the standard library has received various performance
   improvements over the years
   (https://bugs.openjdk.java.net/browse/JDK-8245512 is a recent example).
   
   Also worth noting that record formats V0 and V1 have been deprecated
   since Apache Kafka 3.0.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscribe@kafka.apache.org

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



[GitHub] [kafka] ijuma merged pull request #11736: MINOR: Use CRC32 from standard library and remove custom implementation

Posted by GitBox <gi...@apache.org>.
ijuma merged pull request #11736:
URL: https://github.com/apache/kafka/pull/11736


   


-- 
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: jira-unsubscribe@kafka.apache.org

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