Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 84C1D200C24 for ; Thu, 23 Feb 2017 12:37:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8349B160B62; Thu, 23 Feb 2017 11:37:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ED8F9160B50 for ; Thu, 23 Feb 2017 12:37:23 +0100 (CET) Received: (qmail 89463 invoked by uid 500); 23 Feb 2017 11:37:22 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 89451 invoked by uid 99); 23 Feb 2017 11:37:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2017 11:37:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7987ADFC1C; Thu, 23 Feb 2017 11:37:22 +0000 (UTC) From: hrafzali To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #2587: KAFKA-4461: Added support to ProcessorTopologyTest... Content-Type: text/plain Date: Thu, 23 Feb 2017 11:37:22 +0000 (UTC) archived-at: Thu, 23 Feb 2017 11:37:24 -0000 GitHub user hrafzali opened a pull request: https://github.com/apache/kafka/pull/2587 KAFKA-4461: Added support to ProcessorTopologyTestDriver to forward timestamps to internal topics This resolves the issue in the ProcessorTopologyTestDriver that the extracted timestamp is not forwarded with the produced record to the internal topics. JIRA ticket: https://issues.apache.org/jira/browse/KAFKA-4789 The contribution is my original work and I license the work to the project under the project's open source license. @guozhangwang @dguy You can merge this pull request into a Git repository by running: $ git pull https://github.com/hrafzali/kafka KAFKA-4789_ProcessorTopologyTestDriver_timestamp Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2587.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 #2587 ---- commit ad6db45916f28971470c0522584c2dca02ffae76 Author: Hamidreza Afzali Date: 2017-02-23T10:53:18Z KAFKA-4461: Added support to ProcessorTopologyTestDriver to forward extracted timestamps to internal topics. ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---