Status

Current state: "Accepted"

Discussion thread: here

JIRA: KAFKA-17314 - Getting issue details... STATUS

Motivation

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

Public Interfaces

org.apache.kafka.clients.admin.CreateDelegationTokenOptions 

Proposed Changes

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

Compatibility, Deprecation, and Migration Plan

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

Test Plan

n/a

Rejected Alternatives

n/a

  • No labels