Questions tagged [apache-storm]
The apache-storm tag has no summary.
2 questions
-1
votes
1
answer
96
views
How can I configure storm to receive data from a client, process the data in bolts and then return the processed data to the same client as a stream?
Here my scenario: I have a client application that needs a dedicated powerful computation system that every seconds process some data in input (few kilobyte) and return a few megabytes of processed ...
1
vote
2
answers
4k
views
Concurrent inserts to MySQL or write to separate tables and consolidate it?
I'm working on Apache Storm (but anyone who knows MySQL well could help too). Topology is like this:
Single spout ----emit---> Multiple instances of a Bolt
Each instance of the Bolt inserts a ...