-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
Currently runs a while loop in the executor thread. This is currently fine as the executor thread is exclusive to the resharding recipient service. However, it should yield from time to time (like if pop will block) if we want to run multiple recipient services in the future.
- depends on
-
SERVER-79971 Add async pop to ProducerConsumerQueue
- Backlog