[
https://issues.apache.org/jira/browse/KAFKA-4208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949654#comment-15949654
]
ASF GitHub Bot commented on KAFKA-4208:
---------------------------------------
GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/kafka/pull/2772
KAFKA-4208: Add Record Headers
As per KIP-82
Adding record headers api to ProducerRecord, ConsumerRecord
Support to convert from protocol to api added Kafka Producer, Kafka Fetcher
(Consumer)
Updated MirrorMaker, ConsoleConsumer and scala BaseConsumer
Add RecordHeaders and RecordHeader implementation of the interfaces Headers
and Header
Some bits using are reverted to being Java 7 compatible, for the moment
until KIP-118 is implemented.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/IG-Group/kafka KIP-82
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2772.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2772
----
commit f70c094ce5dcbd8be4d348c6dafc170ae94678dd
Author: Michael Andre Pearce <[email protected]>
Date: 2017-03-30T19:24:48Z
KAFKA-4208: Add Record Headers
As per KIP-82
Adding record headers api to ProducerRecord, ConsumerRecord
Support to convert from protocol to api added Kafka Producer, Kafka Fetcher
(Consumer)
Updated MirrorMaker, ConsoleConsumer and scala BaseConsumer
Add RecordHeaders and RecordHeader implementation of the interfaces Headers
and Header
----
> Add Record Headers
> ------------------
>
> Key: KAFKA-4208
> URL: https://issues.apache.org/jira/browse/KAFKA-4208
> Project: Kafka
> Issue Type: New Feature
> Components: clients, core
> Reporter: Michael Andre Pearce (IG)
> Priority: Critical
>
> Currently headers are not natively supported unlike many transport and
> messaging platforms or standard, this is to add support for headers to kafka
> This JIRA is related to KIP found here:
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)