You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. If you enable a new topic and a new tag, it seems that an exception will be thrown when the project starts
java.lang.RuntimeException: org.apache.rocketmq.client.exception.MQClientException: The message queue is not in assigned list, may be rebalancing, message queue: MessageQueue [topic=TEST_FLINK_TOPIC5, brokerName=DKF-RMQ-BK-1, queueId=2]
2. It seems that the offset of Rocketmq is not used correctly
please reset the branch of master to 90b00be.The pr of #46 has some bugs and author has not fixed it yet.
You can look the detail of this bug in issue #69 (comment)
1. If you enable a new topic and a new tag, it seems that an exception will be thrown when the project starts
2. It seems that the offset of Rocketmq is not used correctly
Producer Log
Consumer log
Consumers will receive many identical messages
After commenting out the following code, it will be normal
The text was updated successfully, but these errors were encountered: