-
Enhancement
-
Resolution: Done
-
Major
-
6.0.0.CR1
-
None
The LRA coordinator uses the Bulkhead pattern (where we specify the maximum number of concurrent calls to an instance) [1] to throttle LRA create requests. The default values for the annotation are
@Bulkhead(value = 10, waitingTaskQueue = 10)
These defaults should be configurable (using microprofile config is an option).
We also need add the test that Marco created for it to the narayana test suite.
- causes
-
JBTM-3928 Update LRAAsyncIT to use thread safe logic
- Closed