I am using STORM for real time processing. I want to embed the drool rule engine in one of the bolt. Is this good design or idea? Because STORM is meant for fast real time processing and gives good performance at the rate of 1 million tuples per second. So if I plugin the rule engine in one of the bolt, it will sure degrade the STORM performance drastically I guess.
I want to embed drool rule engine in storm so that rule engine becomes horizontally scalable as bolt is.
Please let me know your suggestions on this.
Thank you