You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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 Discussion"

Discussion thread: here [https://lists.apache.org/thread/00jvqxoo6d59k5z5cjm9wtj6dd075vro]

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