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

Compare with Current View Page History

« Previous Version 7 Next »


Status

Current stateUnder Discussion

Discussion thread: here

Github PR: 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 private

Compatibility, Deprecation, and Migration Plan

This object shouldn't be used in the first place by the users of the lib.

Rejected Alternatives

NA

  • No labels