KIP-1080 — Fix the typo: `maxlifeTimeMs` in CreateDelegationTokenOptions
Accepted Kafka 4.0 SecurityAdmin
Deprecates the misspelled `maxlifeTimeMs()` method in `CreateDelegationTokenOptions` and adds a correctly named `maxLifetimeMs()` replacement. The typo (`maxlifeTimeMs` vs. `maxLifetimeMs`) has been in the public API since delegation token creation was introduced, creating a poor developer experience and a breaking rename burden if left uncorrected past the next major release.
Details
| Author | Ken Huang |
| Status | Accepted |
| Kafka Version | 4.0 |
| JIRA | KAFKA-17314 |
| Wiki | View on Apache Wiki |
| Created | 2024-08-12 |
| Last Modified | 2024-11-11 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.