Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Stats
| Reputation: | 841 |
| Pageviews: | 1.2M |
| Articles: | 16 |
| Comments: | 4 |
Comments
Jul 19, 2017 · Duncan Brown
Unfortunately yes
Jan 22, 2017 · Matthew Casperson
It was a typo, it should be "waiting thread", instead of "waiting queue", and it is one of the property of TransferQueue
Sep 17, 2016 · Nikita Koksharov
I am working on a framework called dexecutor, which is basically to execute dependent tasks in a reliable way, I was abble to distribute the execution in infinispan and ignite...
Not sure if Redisson has equivaled of CompletionService, for example infinispan has DistributedExecutionCompletionService
Sep 28, 2015 · Mohammad Nadeem
Thanks for your thoughts Lars, EEB is the enabler for Event driven SOA (SOA 2.0), As SOA can can't be used in every scenario, so does Event Driven SOA, Business use case has to support it, and there are many that I know, further some of them already described in the article. For our use case, EEB really simplified the way things interact with each other, it made things very loosely coupled and it even made our system highly performant.. It is all about whether you design should support synchronous verus asynchronoys approach, and it is always backed by biz need...