WorkerPool example from LMAX Disruptor framework -
looking workerpool example lmax disruptor framework. idea use when want make sure event consumed once ( pollable channel rather subscribable channel)
i didnt read whole lmax documentation , examples :-). here of examples find ( these use disruptor dsl concept pretty same) https://github.com/lmax-exchange/disruptor/blob/master/src/test/java/com/lmax/disruptor/dsl/disruptortest.java#l337
Comments
Post a Comment