Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C28D188F7 for ; Thu, 21 Jan 2016 09:14:55 +0000 (UTC) Received: (qmail 73979 invoked by uid 500); 21 Jan 2016 09:14:55 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 73910 invoked by uid 500); 21 Jan 2016 09:14:55 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 73783 invoked by uid 99); 21 Jan 2016 09:14:55 -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, 21 Jan 2016 09:14:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DEE4FE0C09; Thu, 21 Jan 2016 09:14:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Thu, 21 Jan 2016 09:14:57 -0000 Message-Id: <8db50ae1b6b04a9797257ba556a19cb9@git.apache.org> In-Reply-To: <8b69debc30094414a458c04368cdcd0a@git.apache.org> References: <8b69debc30094414a458c04368cdcd0a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/9] camel git commit: Removed TO-DONE comment. Removed TO-DONE comment. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cdceedf6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cdceedf6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cdceedf6 Branch: refs/heads/master Commit: cdceedf69e8c7d5a9d4e8e369f42adc23ba94528 Parents: d097871 Author: Candle Authored: Mon Jan 18 15:55:32 2016 +0000 Committer: Claus Ibsen Committed: Thu Jan 21 10:10:25 2016 +0100 ---------------------------------------------------------------------- .../camel/component/aws/ddbstream/DdbStreamEndpoint.java | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cdceedf6/components/camel-aws/src/main/java/org/apache/camel/component/aws/ddbstream/DdbStreamEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ddbstream/DdbStreamEndpoint.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ddbstream/DdbStreamEndpoint.java index b64ac9b..1b358cd 100644 --- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/ddbstream/DdbStreamEndpoint.java +++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/ddbstream/DdbStreamEndpoint.java @@ -56,14 +56,6 @@ public class DdbStreamEndpoint extends ScheduledPollEndpoint { + " MUST be supplied.", defaultValue = "LATEST") private ShardIteratorType iteratorType = ShardIteratorType.LATEST; - // TODO add the ability to use ShardIteratorType.{AT,AFTER}_SEQUENCE_NUMBER - // by specifying either a sequence number itself or a bean to fetch the - // sequence number from persistant storage or somewhere else. - // This can be done by having the type of the parameter an interface - // and supplying a default implementation and a converter from a long/String - // to an instance of this interface. - // Note that the shard list needs to have the ability to start at the shard - // that includes the supplied sequence number @UriParam(label = "consumer", description = "Provider for the sequence number when" + " using one of the two ShardIteratorType.{AT,AFTER}_SEQUENCE_NUMBER"