HScarb opened a new issue, #6264: URL: https://github.com/apache/rocketmq/issues/6264
I run into an issue identical to https://blog.51cto.com/u_15127641/2875028 In rocketmq_client.log: ```log java.lang.NoClassDefFoundError:Could not initialize class org.apache.rocketmq.common.message.MessageClientIDSetter ``` And it is caused by package conflict. --- These issues will appear since Rocketmq clients share the same package with users' service. It would be better to have a shaded client, which dependencies are in an individual package. Ref: https://github.com/apache/pulsar/blob/master/pulsar-client-shaded/pom.xml -- 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]
