Versions Compared

Key

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

...

This KIP combines KIP-149 and provides a hybrd hybrid solution to rich functions in Streams and accessing read-only keys within XXXValues operators. 

...

  • on-demand commit() feature
  • having access to RecordContext within an operator
  • having access to a read-only key for XXXValues operators

...

We already have RecordContext class with the desired set of methods. However, it does not have commit() method. In this KIP we add commit() method to  RecordContext interface.

...