You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alexey Romanenko (JIRA)" <ji...@apache.org> on 2018/11/14 13:31:00 UTC

[jira] [Updated] (BEAM-6063) KafkaIO: add support of ProducerRecord for writing

     [ https://issues.apache.org/jira/browse/BEAM-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Romanenko updated BEAM-6063:
-----------------------------------
    Description: 
Currently, the default input collection for KafkaIO.Write is {{PCollection<KV<K, V>>}}. To support writing of Kafka headers or different output Kafka topics, we need to provide change input collection to  {{PCollection<KV<K, V>>}}
  

KafkaIO.writeRecords() which is a PCollection<ProducerRecord<K, V>, PDone> 

 

{{KafkaIO.writeRecords()}} which is a {{PCollection<ProducerRecord<K, V>, PDone>}}? 

> KafkaIO: add support of ProducerRecord for writing 
> ---------------------------------------------------
>
>                 Key: BEAM-6063
>                 URL: https://issues.apache.org/jira/browse/BEAM-6063
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-kafka
>            Reporter: Alexey Romanenko
>            Assignee: Raghu Angadi
>            Priority: Major
>
> Currently, the default input collection for KafkaIO.Write is {{PCollection<KV<K, V>>}}. To support writing of Kafka headers or different output Kafka topics, we need to provide change input collection to  {{PCollection<KV<K, V>>}}
>   
> KafkaIO.writeRecords() which is a PCollection<ProducerRecord<K, V>, PDone> 
>  
> {{KafkaIO.writeRecords()}} which is a {{PCollection<ProducerRecord<K, V>, PDone>}}? 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)