You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2022/10/31 19:01:48 UTC

[kafka] branch trunk updated (c710ecd071f -> fa10e213bfe)

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

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


    from c710ecd071f MINOR: Reduce tries in RecordsIteratorTest to improve build time (#12798)
     add fa10e213bfe KAFKA-14247: add handler impl to the prototype (#12775)

No new revisions were added by this update.

Summary of changes:
 .../internals/DefaultBackgroundThread.java         |  21 --
 .../consumer/internals/DefaultEventHandler.java    |  34 +-
 .../consumer/internals/PrototypeAsyncConsumer.java | 396 ++++++++++++++++++++-
 .../internals/PrototypeAsyncConsumerTest.java      | 105 ++++++
 4 files changed, 519 insertions(+), 37 deletions(-)
 create mode 100644 clients/src/test/java/org/apache/kafka/clients/consumer/internals/PrototypeAsyncConsumerTest.java