Versions Compared

Key

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

...

If the DefaultPartitioner's partition method is called, it will no longer return the partition and instead throw an error.

A new partitioner called StickyRoundRobinPartitioner will be created to allow sticky partitioning on all records, even those that have non-null keys. This will mirror how the RoundRobinPartitioner uses the round robin partitioning strategy for all records, including those with keys.

...