[GitHub] kafka pull request #2988: Added the producer record metadata to the SourceTa...

2017-05-06 Thread GeoSmith
GitHub user GeoSmith opened a pull request: https://github.com/apache/kafka/pull/2988 Added the producer record metadata to the SourceTask commitRecord - Added the Producers Record Metadata object to the commitRecord method on the SourceTask class so more data is provided to those

[GitHub] kafka pull request #2988: Added the producer record metadata to the SourceTa...

2017-05-06 Thread GeoSmith
Github user GeoSmith closed the pull request at: https://github.com/apache/kafka/pull/2988 --- 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

[GitHub] kafka pull request #2989: MINOR: Adding the RecordMetadata that is returned ...

2017-05-06 Thread GeoSmith
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