Versions Compared

Key

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

...

  1. Add the following method to KStream:
Code Block
languagejava
KStream<K, V> distinct(DistinctParametersDistinctParameters<K, V> params)


2. Add and implement the following DistinctParameters class:

...