logback
logback copied to clipboard
Replace AsyncAppender of the BlockingQueue with Disruptor
Replace AsyncAppender of the BlockingQueue with Disruptor
Hi, would this improvement resolve the garbage collector issue mentioned at http://blogs.mulesoft.com/dev/mule-dev/disrupting-asynchronous-loggers/ (if it exists, I did not verify) ?
@simonbrandhof Hello,LogBack current AsyncAppender internal use BlockingQueue,Questions about causes a lot of Garbage Collecting,I have not verified,But low performance is the result of a lot of people verified,Now,If you want to use LogBack AsyncAppender,Suggest use logstash-logback-encoder one of them LoggingEventAsyncDisruptorAppender, Adapter LogBack Disruptor implement.
@GreatGarlic Thank you very much for the recommendation.
@simonbrandhof You're welcome ,It is my pleasure : )