GitHub user GeoSmith opened a pull request:

    https://github.com/apache/kafka/pull/2989

    MINOR: Adding the RecordMetadata that is returned by the producer to the 
commitRecord method for SourceTask

    **Included:**
    - Added the producers record metadata object to the commitRecord method on 
the SourceTask class so more data is provided from the producer and it allows 
anyone overriding and hooking into the commitRecord method to receive more 
information about where the record was procuded to.
    
    - If its a transformation, it will send in a null,  which is explained in 
the javadoc.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/GeoSmith/kafka AddRecordMetadataToSourceTask

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2989.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 #2989
    
----
commit 69d74550af36d888b66466766f0854a4ee8da792
Author: George Smith <george.a.sm...@espn.com>
Date:   2017-05-07T05:14:52Z

    Adding the RecordMetadata that is returned by the producer to the 
commitRecord method for SourceTask

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to