vy commented on issue #3395: URL: https://github.com/apache/logging-log4j2/issues/3395#issuecomment-2592186950
@rschuetz, this is indeed a bug (thanks for the report! 🙇) and your suggested fix makes sense. I will submit a PR containing the fix along with some tests. In the meantime, as a workaround, you can try extending your custom `RecyclerFactory` from `java.util.Queue` and activate it by setting the `recyclerFactory` plugin attribute to `queue:supplier=path.to.your.RecyclerFactory.new,capacity=123`. Does this work for you? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org