Redis – Why use Thread.sleep in flink decrease performance obviously?
We are comparing storm and flink. What we do is develop storm topology logic to flink app. There is using Thread.sleep(100) in the storm topology bolt, but when using in flink app, flink app performance is not good. Here is…