Skip to content

Commit

Permalink
openapi添加消费者监控
Browse files Browse the repository at this point in the history
  • Loading branch information
江楠 committed Sep 16, 2020
1 parent ea207ed commit d7f472b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public List<ApplicationToken> tokens(String app) {

@Override
public BrokerMonitorRecord brokerMonitor(Subscribe subscribe) {
return brokerMonitorService.find(subscribe);
return brokerMonitorService.find(subscribe, true);
}

/**
Expand Down

0 comments on commit d7f472b

Please sign in to comment.