This is an automated email from the ASF dual-hosted git repository.
rsivaram pushed a change to branch 2.7
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from f98db1e MINOR: Bump latest 2.6 version to 2.6.2 (#10582)
new 6e23078 KAFKA-10727; Handle Kerberos error during re-login as
transient failure in clients (#9605)
new adaeb0f KAFKA-12730; Avoid duplicate logout if Kerberos login fails
(#10611)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kafka/common/network/SaslChannelBuilder.java | 2 +-
.../authenticator/SaslClientAuthenticator.java | 8 +-
.../common/security/kerberos/KerberosError.java | 19 +++
.../common/security/kerberos/KerberosLogin.java | 21 ++-
.../kafka/server/GssapiAuthenticationTest.scala | 147 +++++++++++++++++++--
5 files changed, 176 insertions(+), 21 deletions(-)