Versions Compared

Key

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

...

  • left join Kstream-Kstream
  • outer join Kstream-Kstream
  • left-foreign-key join Ktable-Ktable
  • left  join KStream-Ktable
  • left  join KStream-GlobalTable

Repartition of null-key records

...

Currently, repartitioning causes records with 'null'-keys to be dropped.
This behavior needs to be changed.
The above described change in behavior would otherwise not work for topologies with repartitioning.
Going forward, they will be sent to an arbitrary partition.

...