Versions Compared

Key

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

Table of Contents


Status

Current stateVoting

Discussion thread: here

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

As pointed out in this comment #5539 (comment) "This class was already defaulted to public visibility, and we can't retract it now, without a KIP.", the object FunctionConversions is only of internal use and therefore should be private to the lib only so that we can do changes without going through KIP like this one.


Public Interfaces

org.apache.kafka.streams.scala.FunctionConversions

Proposed Changes

Make this object deprecated and rely on a private version of it.

Compatibility, Deprecation, and Migration Plan

This object shouldn't be used in the first place by the users of the libGo though a deprecation.

Rejected Alternatives

NA