mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-21 05:44:03 +08:00
Add missing override method in AbstractPluginMessageStore
This commit is contained in:
@@ -276,6 +276,10 @@ public abstract class AbstractPluginMessageStore implements MessageStore {
|
||||
return next.getConsumeQueue(topic, queueId);
|
||||
}
|
||||
|
||||
@Override public ConsumeQueueInterface findConsumeQueue(String topic, int queueId) {
|
||||
return next.findConsumeQueue(topic, queueId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public BrokerStatsManager getBrokerStatsManager() {
|
||||
return next.getBrokerStatsManager();
|
||||
|
||||
Reference in New Issue
Block a user