Details
-
Type:
Bug
-
Status: Done
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.1 GA
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Rank (Obsolete):9223372036854775807
-
Pull Request URL:
-
Sprint:Sprint 44
Description
Since 1.1, PubSub channels in the LocalMessageBus run on a CachedThreadPoolExecutor.
For high volume environments, where back-pressure might occur on a topic: thread we could overwhelm the system with threads.
Add a local bus configuration to limit the thread pool used for PubSubs and queue tasks where there are no threads available.
It would be a bus-wide setting.