根据时间戳重围消费位点
This commit is contained in:
@@ -27,6 +27,8 @@ public interface ConsumerService {
|
||||
|
||||
ResponseData resetOffsetToEndpoint(String groupId, String topic, OffsetResetStrategy strategy);
|
||||
|
||||
ResponseData resetOffsetByDate(String groupId, String topic, String dateStr);
|
||||
|
||||
ResponseData resetPartitionToTargetOffset(String groupId, TopicPartition partition, long offset);
|
||||
|
||||
ResponseData getGroupIdList();
|
||||
|
||||
Reference in New Issue
Block a user