The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
computer-science
lists
devops
distributed-systems
machine-learning
awesome
web-development
programming
big-data
system
backend
architecture
scalability
resources
design-patterns
interview
awesome-list
interview-practice
interview-questions
system-design
-
Updated
Aug 20, 2020
Today
IMap.values()andIMap.values(Predicate)calls are blocking.I would like to use
IMap.values(Predicate)in a Jet Pipeline, which is possible, but I need to declare it as nonCooperative, and will have an impact on the pipeline scalability.Would it be possible to have an async (non-blocking) version for these calls ?
Thank you very much for all the hard work done !