liangjw commented on issue #107:
URL: https://github.com/apache/rocketmq-flink/issues/107#issuecomment-2295178541

   Is this bug fixed? I have encountered this issue and found the messagequeue 
shoud be assigned. But I cant find any assined code.
   
   The following code is runnable if assign the queue to consumer manually:
   
   `        Collection<MessageQueue> totalQueues = 
consumer.fetchMessageQueues(topic);
           consumer.assign(totalQueues);
   
           consumer.seekToEnd(totalQueues.iterator().next());`


-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to