Quantcast
Channel: Kafka Timeline
Viewing all articles
Browse latest Browse all 1519

Code Example for createMessageStreams

$
0
0
Good evening. Would it be possible to get sample code where the api bellow
is used in the consumer with sample of Decoder.
public <K,V> Map<String, List<KafkaStream<K,V>>>
createMessageStreams(Map<String, Integer> topicCountMap, Decoder<K>
keyDecoder, Decoder<V> valueDecoder);

Thanks so much in advance,
Vadim

Viewing all articles
Browse latest Browse all 1519

Trending Articles