deemogsw opened a new issue, #69: URL: https://github.com/apache/rocketmq-flink/issues/69
DefaultMQPullConsumer has been instead of by DefaultLitePullConsumer.After I rebase master into my develop branch,some mistakes have occurred.And my company uses version `4.3` <img width="1327" alt="image" src="https://user-images.githubusercontent.com/48081481/198344964-18fd40e4-5e6e-4e18-915c-3a088a9dc613.png"> So I run the old version and everything is normal.I'm thing about the compatibility.After reading the documents,I found the following explanation. <img width="890" alt="image" src="https://user-images.githubusercontent.com/48081481/198346072-72afb48a-c725-49dd-afc8-cd5b88201cdf.png"> Since not all version support `LitePull`.The generality of the code is very poor, and users need to spend a lot of effort merging the code to use the full functionality. If there is no particularly big improvement, is it necessary to replace way of pull? There are still many features to be added,some bugs to be fixed. See #63 So I think that resetting the commit is a good choice.After all of functions are available,It's not too late to replace `CommonPull` by `LitePull` in a new branch or tag. -- 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]
