Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Status

Current stateUnder discussion

Discussion thread:

JIRA: KAFKA-9320

Motivation

In KAFKA-7251 support of TLS1.3 was introduced.

...

Users can enable obsolete versions of the TLS with the configuration if they want to. 

Public Interfaces

There are no changes in public interfaces.

Proposed Changes

Change the value of the SslConfigs.DEFAULT_SSL_ENABLED_PROTOCOLS to "TLSv1.3,TLSv1.2"

Compatibility, Deprecation, and Migration Plan

Compatibility: There are no compatibility issues.

...

Deprecation: TLSv1.1, TLLv1 will become deprecated.

Rejected Alternatives