Re: Storm use case

2014-09-19 Thread Ayush Vatsyayan
extraction and data enrichment on each message before writing them into hbase. In a development environment (one Vertx instance and storm cluster running on the same host ) we actually handle more than 10K req/sec. Hope this helps! 2014-09-19 8:43 GMT+02:00 Ayush Vatsyayan ayushv...@gmail.com: can

Storm use case

2014-09-16 Thread Ayush Vatsyayan
We are trying to build a webservices application that can support *10k TPS*. I'm trying to do some POC's on strom, but I'm a bit concerned if using storm is the right fit here. Here is the scenario: Client will send a webservice request, which we will receive it (using apache CXF) and push it

Re: Storm supervisor throwing exception - java.nio.channels.UnresolvedAddressException

2014-09-15 Thread Ayush Vatsyayan
AM, Ayush Vatsyayan ayushv...@gmail.com wrote: Hi, I'm trying to run a multicluster storm setup. I've three machines, of which 1st one executes zookeeper, nimbus, and storm ui, while on 2nd and 3rd I'm running two supervisors. When I look at the supervisor logs, I'm getting following error