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 1D0DD200D20 for ; Tue, 17 Oct 2017 21:12:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1BB07160BEB; Tue, 17 Oct 2017 19:12:39 +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 5916F1609EB for ; Tue, 17 Oct 2017 21:12:38 +0200 (CEST) Received: (qmail 27886 invoked by uid 500); 17 Oct 2017 19:12:18 -0000 Mailing-List: contact dev-help@samza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@samza.apache.org Delivered-To: mailing list dev@samza.apache.org Received: (qmail 27568 invoked by uid 99); 17 Oct 2017 19:12:07 -0000 Received: from Unknown (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 19:12:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63C7DDFB32; Tue, 17 Oct 2017 19:11:50 +0000 (UTC) From: jmakes To: dev@samza.apache.org Reply-To: dev@samza.apache.org Message-ID: Subject: [GitHub] samza pull request #331: Restore old startingOffset behavior for KafakCheckp... Content-Type: text/plain Date: Tue, 17 Oct 2017 19:11:50 +0000 (UTC) archived-at: Tue, 17 Oct 2017 19:12:39 -0000 GitHub user jmakes opened a pull request: https://github.com/apache/samza/pull/331 Restore old startingOffset behavior for KafakCheckpointManager You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmakes/samza master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/331.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 #331 ---- commit 3139aee802878ddc201929c7904000a01ed9f97a Author: Jacob Maes Date: 2017-10-17T19:10:31Z Restore old startingOffset behavior for KafakCheckpointManager ---- ---