odbozhou commented on a change in pull request #1240: [ISSUE #1199] Implement the 1.0.0 openmessaging new consumer API for rocketmq oms module URL: https://github.com/apache/rocketmq/pull/1240#discussion_r294090277
########## File path: openmessaging/src/main/java/io/openmessaging/rocketmq/consumer/LocalMessageCache.java ########## @@ -21,9 +21,9 @@ import io.openmessaging.ServiceLifecycle; import io.openmessaging.extension.QueueMetaData; import io.openmessaging.rocketmq.config.ClientConfig; -import io.openmessaging.rocketmq.config.DefaultQueueMetaData; import io.openmessaging.rocketmq.domain.ConsumeRequest; import io.openmessaging.rocketmq.domain.NonStandardKeys; +import io.openmessaging.rocketmq.utils.OMSUtil; Review comment: Name has been modified ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
