Versions Compared

Key

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

Table of Contents

This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.

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.

...