This is an automated email from the ASF dual-hosted git repository.
rsivaram pushed a change to branch 2.6
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from f0690ed Bump to 2.6.3-SNAPSHOT in missing files (#10607)
new ed6bfcd KAFKA-10727; Handle Kerberos error during re-login as
transient failure in clients (#9605)
new a9dad0f 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(-)