Versions Compared

Key

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

...

These changes will slightly modify the code path for records that have keys as well, but the changes will not affect latency significantly.

A new partitioner called StickyRoundRobinPartitioner UniformStickyPartitioner 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.

...