集群同步-》同步消费位点
This commit is contained in:
@@ -28,4 +28,6 @@ public interface ConsumerService {
|
||||
ResponseData resetOffsetToEndpoint(String groupId, String topic, OffsetResetStrategy strategy);
|
||||
|
||||
ResponseData resetPartitionToTargetOffset(String groupId, TopicPartition partition, long offset);
|
||||
|
||||
ResponseData getGroupIdList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user