ppkarwasz opened a new issue, #2075: URL: https://github.com/apache/logging-log4j2/issues/2075
Right now there are multiple interfaces with a similar purpose in `main`: - [`QueueFactory`](https://github.com/apache/logging-log4j2/blob/main/log4j-api/src/main/java/org/apache/logging/log4j/util/QueueFactory.java), - [`QueueFactories.BoundedQueueFactory`](https://github.com/apache/logging-log4j2/blob/main/log4j-api/src/main/java/org/apache/logging/log4j/util/QueueFactories.java), - [`BlockingQueueFactory`](https://github.com/apache/logging-log4j2/blob/main/log4j-core/src/main/java/org/apache/logging/log4j/core/async/BlockingQueueFactory.java). I believe we should merge them into a single interface. We should also move the two implementations of `BlockingQueueFactory` that depend on JCTools and Conversant Disruptor into their own modules. Since these implementations can be used in both `log4j-api` and `log4j-core` they should: - be accessible via `ServiceLoader` and configurable via Log4j properties, - be annotated as Log4j Plugins and configurable as Log4j plugins. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
