Package com.linkedin.venice.writer
Interface VeniceWriter.KeyProvider
-
- Enclosing class:
- VeniceWriter<K,V,U>
public static interface VeniceWriter.KeyProvider
An interface which enables the key to contain parts of the {@param producerMetadata} within it, which is useful for control messages and chunked values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaKey
getKey(ProducerMetadata producerMetadata)
-
-
-
Method Detail
-
getKey
KafkaKey getKey(ProducerMetadata producerMetadata)
-
-