ymwneu commented on issue #619: mqAppender1 not can used URL: https://github.com/apache/rocketmq/issues/619#issuecomment-456276881 The exception already tells you the reason: ClassNotFoundException. Class RocketmqLogbackAppender is defined in logappender module. try add dependency: <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-logappender</artifactId> </dependency>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
