Versions Compared

Key

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

...

  • distinct DSLOperation on a KStream<K, V> DSLObject which returns another KStream<K, V> DSLObject,

  • DistinctParameters<K, V, I> DSLParameter.

The type parameters are:

  • Kkey type
  • V, value type
  • Iand the type of the record's unique identifier.

With DistinctParameters<K, V, I> the following can be provided:

...