Status
Current state: "Accepted"
Discussion thread: here
JIRA: - KAFKA-17314Getting 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
- We will add a deprecated annotation on `maxlifeTimeMs()`.
- Add a new method `maxLifetimeMs()` that functions the same as `maxlifeTimeMs()`.
- Delete `maxlifeTimeMs()` at the next major release.
Test Plan
n/a
Rejected Alternatives
n/a