Re: Spout sleep wait strategy

2017-08-15 Thread Brian Taylor
Unsubscribe ⁣Sent from BlueMail ​ On Aug 15, 2017, 10:34 AM, at 10:34 AM, Mahak Goel wrote: > >Hi, > >I know I can configure a sleep wait strategy in the defaults.yaml and >that will apply to all spouts in the topology. Is there a way to do >this on a spout by spout

Re: 回复: RE: How to Improve Storm Application's Throughput

2017-08-09 Thread Brian Taylor
Unsubscribe ⁣Sent from BlueMail ​ On Aug 9, 2017, 8:40 AM, at 8:40 AM, "Hannum, Daniel" wrote: >I think the problem is that capacity of 3.5. That indicates that >there’s a backlog on that bolt, so it’s saying that actual time spent >processing in the bolt is

Re: Is there a reason storm has a default of 4 ports?

2016-07-20 Thread Brian Taylor
ch memory? >>>>> 2. Since I have to go to each supervisor and alter each storm.yaml >>>>> file to support more than 4 slots, then if I assign 5 slots to 5 >>>>> supervisors, will I be able to run 5*5=25 topologies? (I've tried it only >>>>> on my local system until now). >>>>> >>>>> -- >>>>> Regards, >>>>> Navin >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Navin >>>> >>> >>> >>> >>> -- >>> Regards, >>> Navin >>> >> >> >> >> -- >> >> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。 >> > > > > -- > Regards, > Navin > -- Brian Taylor Resolving Architecture .:. 330-812-7098 br...@resolvingarchitecture.com http://resolvingarchitecture.com www.linkedin.com/in/leanenterprisearchitect/ <http://www.linkedin.com/in/javadevops/>

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
the map in the message manager constructor is from Storm on prepare On Wed, Feb 24, 2016 at 6:34 PM, Brian Taylor < br...@resolvingarchitecture.com> wrote: > and partitioner: > > package com.company.rt.producers.utilities.partitioners; > > import java.util.concurrent

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
titions) { int partitionId = counter.incrementAndGet() % numberOfPartitions; if (counter.get() > Integer.MAX_VALUE) { counter.set(0); } return partitionId; } } On Wed, Feb 24, 2016 at 6:33 PM, Brian Taylor < br...@resolvingarchitecture.com> wrote: >

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
tting Storm and a Node.js app on a remote VM > communicating. I have tried to use a Kafka Topic to store the output > from Storm so the app can connect to the topic and gather the data, > but i cannot get the KafkaBolt to work as it should. I have tried > everything > i

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
would be > great. > Any help at all would be greatly appreciated. > > Kind Regards > David > > > -- Warm Regards, Brian Taylor Resolving Architecture .:. 330-812-7098 br...@resolvingarchitecture.com http://resolvingarchitecture.com www.linkedin.com/in/javadevops/