Hi All,
In my streaming job, I have performing some cpu intensive task ( say each record takes 2 Sec to process ) . Now How do I improve the performance for this requirement.
for example : fraud detection on each transaction ( assume fraud detecting algorithm takes 2 Sec to find out whether the transaction fraud or not ).
What is the recommended way to proceed for this kind of requirement.
Regards,G