You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2021/12/14 10:04:37 UTC

[kafka] branch trunk updated (acd1f9c -> 065fba9)

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

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


    from acd1f9c  KAFKA-13522: add position tracking and bounding to IQv2 (#11581)
     add 065fba9  KAFKA-13539: Improve propagation and processing of SSL handshake failures (#11597)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/common/network/Selector.java  |  2 +-
 .../kafka/common/network/SslTransportLayer.java    | 59 ++++++++++++++++++----
 .../kafka/common/network/NetworkTestUtils.java     |  8 ++-
 .../common/network/SslTransportLayerTest.java      | 18 ++++++-
 4 files changed, 74 insertions(+), 13 deletions(-)