ldcsaa opened a new issue, #2066: URL: https://github.com/apache/logging-log4j2/issues/2066
## Description I use kafka appender to send logs to kafka server. When kafka server is down: 1. Application can't be start up, and will try to connect kafka server endlessly. 2. When application is running, if shutdown kafka server, application would be bolcked at the write logs code and hung-up. ## Configuration **Version:** Log4j 2.22.0 **Operating system:** Win 10 **JDK:** JDK 17 ## Logs see #1666 ## Reproduction - scenarios-1: Shutdown kafka server and start application. - scenarios-2: Shutdown kafka server while application is running, and then execute any write log code. -- 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]
