mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-21 13:49:50 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user