移除topic 限流
This commit is contained in:
@@ -157,6 +157,7 @@ public class TopicServiceImpl implements TopicService {
|
||||
tuple2 = topicConsole.configThrottle(topic, partitions);
|
||||
break;
|
||||
case OFF:
|
||||
tuple2 = topicConsole.clearThrottle(topic);
|
||||
break;
|
||||
default:
|
||||
throw new IllegalArgumentException("switch is unknown.");
|
||||
|
||||
Reference in New Issue
Block a user