XiaoyiPeng commented on pull request #3725: URL: https://github.com/apache/rocketmq/pull/3725#issuecomment-1018260745
> There are conflicts in this PR, would you like to resolve them first, we will merge this PR ASAP. Hi, @duhenglucky I have resolved the conflict. Even though the code compiled and the unit tests passed, but there is a small flaw in class ```ConsumeMessageConcurrentlyServiceTest```, https://github.com/apache/rocketmq/blob/e8cae430d4677db3d52af6f92e8d2aba2f8e5e0d/client/src/test/java/org/apache/rocketmq/client/impl/consumer/ConsumeMessageConcurrentlyServiceTest.java#L181 Here used method **LongAdder#sum()** which is defined in **jdk8**, but in **pom.xml** of `client module`, the compiler version is **1.6**, as shown below:  **The IDE has a error tooltip over** `ConsumeMessageConcurrentlyServiceTest.java#L181.` I think we should fix it. -- 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]
