Versions Compared

Key

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

...

Current state"Under Discussion"

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

Github PR: here

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

...

defprocess(processorSupplier=>Processor[K, V], stateStoreNames: String*)

Public Interfaces

org.apache.kafka.streams.scala.kstream.KStream.process

Proposed Changes

def process(processorSupplier=> Processor[KV], stateStoreNamesString*)

...

Overload and deprecate, then remove the deprecated.

Rejected Alternatives

If there are alternative ways of accomplishing the same thing, what were they? The purpose of this section is to motivate why the design is the way it is and not some other way.NA