| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaIO.Write<K,V>
A
PTransform to write to a Kafka topic. |
| Modifier and Type | Method and Description |
|---|---|
KafkaIO.TypedWrite<K,V> |
KafkaIO.TypedWrite.withProducerFactoryFn(SerializableFunction<Map<String,Object>,org.apache.kafka.clients.producer.Producer<K,V>> producerFactoryFn)
Returns a new
KafkaIO.Write with a custom function to create Kafka producer. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.