deprecated DefaultMQPullConsumer (#3796)

If there is no explanation, you need to explicitly specify the replacement class

Co-authored-by: Kvicii <Karonazaba@gmail.com>
This commit is contained in:
Kvicii
2022-01-26 10:42:31 +08:00
committed by GitHub
co-authored by Kvicii
parent 8fdfb42ac8
commit 493c91a38b
@@ -35,6 +35,7 @@ import org.apache.rocketmq.remoting.RPCHook;
import org.apache.rocketmq.remoting.exception.RemotingException;
/**
* @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.