You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by kk...@apache.org on 2020/05/06 23:02:58 UTC

[kafka] branch trunk updated (c15cd5c -> 074ab2e)

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

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


    from c15cd5c  MINOR: Only add 'Data' suffix for generated request/response/header types (#8625)
     add 074ab2e  KAFKA-9419: Fix possible integer overflow in CircularIterator (#7950)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/utils/CircularIterator.java       | 71 +++++++++++++++++++---
 .../kafka/common/utils/CircularIteratorTest.java   | 66 ++++++++++++++++++++
 2 files changed, 128 insertions(+), 9 deletions(-)
 create mode 100644 clients/src/test/java/org/apache/kafka/common/utils/CircularIteratorTest.java