apache / apache/karaf-decanter
Add Decanter made EventAdmin impl
Open
enhancement
- Dominant language
- Java
- Stars
- 44
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Currently, Decanter is using EventAdmin spec. The default EventAdmin implementation we are using is the Felix one.
With the amount of data Decanter can deal with, Felix EventAdmin doesn't fit so well (memory usage, timeout, etc).
We should use Decanter implementation of EventAdmin fitting the Decanter requirement:
* deal with large amount of data
* optional persistency
* externalized messaging (AMQ, Kafka, ...)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.