You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2022/02/07 14:44:55 UTC

[kafka] branch trunk updated (ca5d6f9 -> b125a06)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from ca5d6f9  KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode (#11631)
     add b125a06  MINOR: Use CRC32 from standard library and remove custom implementation (#11736)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/common/record/LegacyRecord.java   |  14 +-
 .../java/org/apache/kafka/common/utils/Crc32.java  | 400 ---------------------
 .../apache/kafka/common/utils/ChecksumsTest.java   |   8 +-
 .../org/apache/kafka/common/utils/Crc32Test.java   |  52 ---
 4 files changed, 14 insertions(+), 460 deletions(-)
 delete mode 100644 clients/src/main/java/org/apache/kafka/common/utils/Crc32.java
 delete mode 100644 clients/src/test/java/org/apache/kafka/common/utils/Crc32Test.java