From user-return-444-apmail-storm-user-archive=storm.apache.org@storm.incubator.apache.org Thu Jan 9 20:58:10 2014 Return-Path: X-Original-To: apmail-storm-user-archive@minotaur.apache.org Delivered-To: apmail-storm-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58638104A4 for ; Thu, 9 Jan 2014 20:58:10 +0000 (UTC) Received: (qmail 11932 invoked by uid 500); 9 Jan 2014 20:58:10 -0000 Delivered-To: apmail-storm-user-archive@storm.apache.org Received: (qmail 11909 invoked by uid 500); 9 Jan 2014 20:58:10 -0000 Mailing-List: contact user-help@storm.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@storm.incubator.apache.org Delivered-To: mailing list user@storm.incubator.apache.org Received: (qmail 11901 invoked by uid 99); 9 Jan 2014 20:58:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 20:58:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of jean-sebastien.vachon@wantedanalytics.com) Received: from [207.46.163.206] (HELO na01-bl2-obe.outbound.protection.outlook.com) (207.46.163.206) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 20:58:03 +0000 Received: from BY2PR08MB144.namprd08.prod.outlook.com (10.242.39.25) by BY2PR08MB141.namprd08.prod.outlook.com (10.242.39.20) with Microsoft SMTP Server (TLS) id 15.0.842.7; Thu, 9 Jan 2014 20:57:26 +0000 Received: from BY2PR08MB144.namprd08.prod.outlook.com ([169.254.9.122]) by BY2PR08MB144.namprd08.prod.outlook.com ([169.254.9.144]) with mapi id 15.00.0842.003; Thu, 9 Jan 2014 20:57:26 +0000 From: Jean-Sebastien Vachon To: "user@storm.incubator.apache.org" Subject: Is it possible to implement a unordered batch spout? Thread-Topic: Is it possible to implement a unordered batch spout? Thread-Index: Ac8NfOhqAzGAuezAQfqOdlfpSFkUjw== Date: Thu, 9 Jan 2014 20:57:25 +0000 Message-ID: <2730f9f8f8a44d16858c346886978886@BY2PR08MB144.namprd08.prod.outlook.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [204.194.21.2] x-forefront-prvs: 008663486A x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(199002)(189002)(83322001)(77096001)(49866001)(19580395003)(2656002)(19300405004)(76796001)(76576001)(81816001)(47736001)(87936001)(81686001)(47976001)(50986001)(16236675002)(4396001)(80976001)(15202345003)(74706001)(15975445006)(74876001)(76786001)(76176001)(81342001)(69226001)(81542001)(74316001)(83072002)(85852003)(56816005)(33646001)(31966008)(90146001)(54316002)(80022001)(85306002)(65816001)(551934002)(74662001)(74502001)(87266001)(59766001)(77982001)(63696002)(47446002)(79102001)(56776001)(51856001)(46102001)(66066001)(74366001)(53806001)(92566001)(54356001)(76482001)(24736002);DIR:OUT;SFP:1102;SCL:1;SRVR:BY2PR08MB141;H:BY2PR08MB144.namprd08.prod.outlook.com;CLIP:204.194.21.2;FPR:;RD:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: multipart/alternative; boundary="_000_2730f9f8f8a44d16858c346886978886BY2PR08MB144namprd08pro_" MIME-Version: 1.0 X-OriginatorOrg: wantedanalytics.com X-Virus-Checked: Checked by ClamAV on apache.org --_000_2730f9f8f8a44d16858c346886978886BY2PR08MB144namprd08pro_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Our current topology is using a transactional trident spout which guarantee= s batch ordering... we realized that we don`t need this ordering. Is it possible to disable any ordering so that each batch can be completed = at any time regardless of the previous one? I tried to use an IBatchSpout but the ordering seem to be applied as well. Is there any bacthed enable spout out there that won`t force the ordering? Thanks --_000_2730f9f8f8a44d16858c346886978886BY2PR08MB144namprd08pro_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

Our current topology is using a transactional triden= t spout which guarantees batch ordering… we realized that we don`t ne= ed this ordering.

Is it possible to disable any ordering so that each = batch can be completed at any time regardless of the previous one?

 

I tried to use an IBatchSpout but the ordering seem = to be applied as well.

 

Is there any bacthed enable spout out there that won= `t force the ordering?

 

Thanks

 

--_000_2730f9f8f8a44d16858c346886978886BY2PR08MB144namprd08pro_--