Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CE79109F3 for ; Sat, 31 Aug 2013 04:22:01 +0000 (UTC) Received: (qmail 72523 invoked by uid 500); 31 Aug 2013 04:22:01 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 72471 invoked by uid 500); 31 Aug 2013 04:21:59 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 72463 invoked by uid 99); 31 Aug 2013 04:21:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Aug 2013 04:21:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sblackmon@w2odigital.com designates 64.95.72.243 as permitted sender) Received: from [64.95.72.243] (HELO mxout.myoutlookonline.com) (64.95.72.243) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Aug 2013 04:21:54 +0000 Received: from mxout.myoutlookonline.com (localhost [127.0.0.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 03017553769 for ; Sat, 31 Aug 2013 00:21:33 -0400 (EDT) X-Virus-Scanned: by SpamTitan at mail.lan Received: from HUB014.mail.lan (unknown [10.110.2.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 35158553630 for ; Sat, 31 Aug 2013 00:21:32 -0400 (EDT) Received: from CCRD014.mail.lan ([192.168.100.56]) by HUB014.mail.lan ([10.110.17.14]) with mapi; Sat, 31 Aug 2013 00:21:31 -0400 From: "Steve Blackmon [W2O Digital]" To: "dev@streams.incubator.apache.org" Content-Class: urn:content-classes:message Date: Sat, 31 Aug 2013 00:21:29 -0400 Subject: Re: Integration with Storm and Cassandra Java Driver Thread-Topic: Integration with Storm and Cassandra Java Driver Thread-Index: Ac6mATAdhG3FYSDRRhu0asY0g0fnFw== Message-ID: <6591B075-B290-4E04-878B-9900209A3DA5@w2odigital.com> References: ,,,,,, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_6591B075B2904E04878B9900209A3DA5w2odigitalcom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_6591B075B2904E04878B9900209A3DA5w2odigitalcom_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable That=92s correct, the code running in Storm decides where messages are head= ed - kafka is a scalable speedy FIFO buffer that can sit between any nodes = in the network you want it to. 1-to-1, 1-to-many, or many-to-many. Steve Blackmon Director, Data Sciences W2O Group 3000 E Cesar Chavez St. Austin, Texas 78701 cell 512.965.0451 | work 512.402.6366 twitter @steveblackmon On Aug 28, 2013, at 3:37 PM, Danny Sullivan > wrote: I understood that Storm, not Kafka, would overtake the responsibilities of = Camel through Spouts and Bolts: https://github.com/nathanmarz/storm/wiki/Tutorial Date: Wed, 28 Aug 2013 13:19:34 -0700 Subject: Re: Integration with Storm and Cassandra Java Driver From: chris@cxtsoftware.com To: dev@streams.incubator.apache.org On Wed, Aug 28, 2013 at 1:19 PM, Chris Geer wrote: On Wed, Aug 28, 2013 at 1:15 PM, Jason Letourneau wrote: On Wed, Aug 28, 2013 at 2:14 PM, Danny Sullivan