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/01/14 19:37:32 UTC

[kafka] branch trunk updated (d6ace7b -> 0a2569e)

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 d6ace7b  KAFKA-7538: Reduce lock contention for Partition ISR lock (#5866)
     add 0a2569e  KAFKA-9420; Add flexible version support for converted protocols (#7931)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/kafka/clients/NetworkClient.java    | 12 +++++++++---
 .../apache/kafka/common/protocol/types/SchemaException.java  |  3 +++
 .../kafka/common/requests/SaslAuthenticateRequest.java       |  5 +----
 .../apache/kafka/common/requests/SaslHandshakeRequest.java   |  5 +----
 .../resources/common/message/CreatePartitionsRequest.json    |  5 +++--
 .../resources/common/message/CreatePartitionsResponse.json   |  5 +++--
 .../common/message/DescribeDelegationTokenRequest.json       |  5 +++--
 .../common/message/DescribeDelegationTokenResponse.json      |  5 +++--
 .../common/message/ExpireDelegationTokenRequest.json         |  5 +++--
 .../common/message/ExpireDelegationTokenResponse.json        |  5 +++--
 .../common/message/RenewDelegationTokenRequest.json          |  5 +++--
 .../common/message/RenewDelegationTokenResponse.json         |  5 +++--
 .../resources/common/message/SaslAuthenticateRequest.json    |  5 +++--
 .../resources/common/message/SaslAuthenticateResponse.json   |  5 +++--
 .../main/resources/common/message/SaslHandshakeRequest.json  |  5 +++--
 .../main/resources/common/message/SaslHandshakeResponse.json |  5 +++--
 .../common/security/authenticator/SaslAuthenticatorTest.java |  2 +-
 17 files changed, 51 insertions(+), 36 deletions(-)