[
https://issues.apache.org/jira/browse/BEAM-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16459481#comment-16459481
]
Raghu Angadi commented on BEAM-4038:
------------------------------------
In Kafka {{ConsumerRecord}} and {{ProducerRecord}} are logically different kind
of records. Producer record does not have offset, e.g. I think it is better to
keep them separate here as well in order not to confuse the read and write
cases. We could create our own shadow \{{KafkaProducerRecord}}, but probably
not necessary, simpler to use Kafka's {{ProducerRecord}} directly.
> Support Kafka Headers in KafkaIO
> --------------------------------
>
> Key: BEAM-4038
> URL: https://issues.apache.org/jira/browse/BEAM-4038
> Project: Beam
> Issue Type: New Feature
> Components: io-java-kafka
> Reporter: Geet Kumar
> Assignee: Geet Kumar
> Priority: Major
> Fix For: 2.5.0
>
> Time Spent: 9h 10m
> Remaining Estimate: 0h
>
> Headers have been added to Kafka Consumer/Producer records (KAFKA-4208). The
> purpose of this JIRA is to support this feature in KafkaIO.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)