Martin Grigorov
Mar 23, 2022

--

I meant async appender.

In Java both logback and log4j2 provide AsyncAppender that could be used to wrap any other Appender.

You don’t want you trading algorithm to wait for fsync syscalls.

--

--

Responses (1)