Versions Compared

Key

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

Table of Contents

Status

Current state: "Under DiscussionAccepted"

Discussion thread: here

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-17314

...

`CreateDelegationTokenOptions`  has a method `maxlifeTimeMs()`, that is typo.
We should modify to `maxLifeTimeMsmaxLifetimeMs()` as a feature release.

Public Interfaces

...

We proposed to deprecate `maxlifeTimeMs()`, and add a new method `maxLifeTimeMsmaxLifetimeMs()`.

Compatibility, Deprecation, and Migration Plan

  1. We will add a deprecated annotation on `maxlifeTimeMs()`.
  2. Add a new method `maxLifeTimeMsmaxLifetimeMs()` that functions the same as `maxlifeTimeMs()`.
  3. Delete `maxlifeTimeMs()` at the next major release.

...