deemogsw commented on issue #69: URL: https://github.com/apache/rocketmq-flink/issues/69#issuecomment-1295919302
Maybe It has another problems.For testing ,i run the V4.8 in docker container.But it is still failed <img width="1267" alt="image" src="https://user-images.githubusercontent.com/48081481/198845597-fcb37885-0d66-485c-88e5-c1814bcea8e6.png"> So I read the documents again.In Assign mode,consumer must assign MessageQueues before seek offset. <img width="871" alt="image" src="https://user-images.githubusercontent.com/48081481/198845717-e6b569ad-2217-45b0-b5ae-e89d5285d101.png"> But #46 use like this: <img width="948" alt="image" src="https://user-images.githubusercontent.com/48081481/198846208-e5192ff9-bdfd-4c28-a53d-63d68acb5c17.png"> It use a subscribe mode.It alse use seek() function. I guess if the exception is caused by an api usage error.So i make a test like this. <img width="1465" alt="image" src="https://user-images.githubusercontent.com/48081481/198846169-7ca355ad-118c-46a9-91e9-22497503957d.png"> -- 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]
