You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/05/04 17:26:51 UTC

[kafka] branch trunk updated (34824b7 -> b2a5633)

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

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


    from 34824b7  KAFKA-9798: Send one round synchronously before starting the async producer (#8565)
     add b2a5633  KAFKA-9918; SslEngineFactory is NOT closed when channel is closing (#8551)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/network/SaslChannelBuilder.java   |  1 +
 .../kafka/common/network/SslChannelBuilder.java    |  4 +-
 .../kafka/common/security/ssl/SslFactory.java      |  8 +-
 .../common/network/SslTransportLayerTest.java      | 86 +++++++++++-----------
 .../kafka/common/security/ssl/SslFactoryTest.java  | 16 ++++
 .../java/org/apache/kafka/test/TestSslUtils.java   |  3 +
 6 files changed, 73 insertions(+), 45 deletions(-)