集群同步-》位移对齐记录展示
This commit is contained in:
@@ -14,4 +14,8 @@ public interface OperationService {
|
||||
ResponseData syncConsumerOffset(String groupId, String topic, Properties thatProps);
|
||||
|
||||
ResponseData minOffsetAlignment(String groupId, String topic, Properties thatProps);
|
||||
|
||||
ResponseData getAlignmentList();
|
||||
|
||||
ResponseData deleteAlignmentById(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user