-
Enhancement
-
Resolution: Done
-
Major
-
4.0.0.Alpha1
-
None
-
None
The current RepositoryChangeBus uses a hardcoded size - 1024 - for its RingBuffer. This might be enough for a simple system, but in the case of a large system which processes lots of events, this size can be increased (though this likely means that some consumers are relatively far behind the latest events).
We should provide a way to configure this value, both from the JSON and WildFly configuration.
- is blocked by
-
MODE-2088 Event bus should internally have a ring buffer shared used by all listeners
- Resolved