public static class KafkaIO.TypedWithoutMetadata<K,V> extends PTransform<PBegin,PCollection<KV<K,V>>>
PTransform to read from Kafka topics. Similar to KafkaIO.TypedRead, but
removes Kafka metatdata and returns a PCollection of KV.
See KafkaIO for more information on usage and configuration of reader.name| Modifier and Type | Method and Description |
|---|---|
PCollection<KV<K,V>> |
apply(PBegin begin) |
getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, populateDisplayData, toString, validatepublic PCollection<KV<K,V>> apply(PBegin begin)
apply in class PTransform<PBegin,PCollection<KV<K,V>>>Copyright © 2016 The Apache Software Foundation. All rights reserved.