Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use litePullConsumer model instead of default pull consumer. #35

Closed
ShannonDing opened this issue Jul 11, 2022 · 3 comments · Fixed by #46
Closed

Use litePullConsumer model instead of default pull consumer. #35

ShannonDing opened this issue Jul 11, 2022 · 3 comments · Fixed by #46
Assignees
Labels
enhancement New feature or request

Comments

@ShannonDing
Copy link
Member

ShannonDing commented Jul 11, 2022

See description in RocketMQ,

 /**
 * @deprecated
 * Default pulling consumer.
 * This class will be removed in 2022, and a better implementation {@link DefaultLitePullConsumer} is recommend to use
 * in the scenario of actively pulling messages.
 */

the DefaultMQPullConsumer will be removed soon in the latest version. it is better to change the connect reader impl to DefaultLitePullConsumer API.

@ShannonDing ShannonDing added the enhancement New feature or request label Jul 11, 2022
@yiduwangkai
Copy link
Contributor

i will solve it

@SteNicholas
Copy link
Member

@yiduwangkai, thanks. I have assigned this ticket to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants