GitHub user jbruggem opened a pull request:
https://github.com/apache/flume/pull/238
FLUME-2799 Kafka Source - Add message offset to headers
It seems we solving https://issues.apache.org/jira/browse/FLUME-2799 , an
oversight resulted in the message offset not being added to the header. This
change corrects this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/euranova/flume
kafka_source_add_message_offset_to_headers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/238.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 #238
----
commit 8cf06db69a7bb62d6e9064eebe375861a1d324ce
Author: Jehan Bruggeman <jehan.bruggeman@...>
Date: 2018-11-15T15:03:38Z
FLUME-2799 Kafka Source - Add message offset to headers
----
---