The current memory impl requires bounded queue that limit the producer throughput and use lots of memory..
Having an off heap implementation enable to decouple fully the producer and the consumer work.
Note that this may require to change some interface like QueuesManager but it is ok since this module (nuxeo-improter-queue) is only used by a project managed internally.
- is related to
-
NXP-21459 Create a new addon for producers/consumers with multi queues
- Resolved