Interface ITopicNameExtractor<K, V>
Listener for Kafka TopicNameExtractor. Extends ITopicNameExtractor
public interface ITopicNameExtractor<K, V> : ITopicNameExtractor, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
K
V
- Inherited Members
Methods
Extract(K, V, RecordContext)
Executes the TopicNameExtractor action in the CLR
String Extract(K key, V value, RecordContext recordContext)
Parameters
key
Kthe record key
value
Vthe record value
recordContext
RecordContextcurrent context metadata of the record
Returns
- String
the topic name this record should be sent to