Versions Compared

Key

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

Table of Contents

Status

Current state:  "Under Discussion" Discarded (covered via KIP-258)

Discussion thread: here

JIRAKAFKA-4304

...

Code Block
languagejava
public interface KeyContext<K, V> {  // more key/value context can be added here as well.
   K key();
   V value();
   long keyTslastUpdated();
}

Compatibility, Deprecation, and Migration Plan

...