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

Reply via email to