根据时间戳重围消费位点

This commit is contained in:
许晓东
2021-11-07 22:47:51 +08:00
parent c5810a1fc6
commit 353921694f
7 changed files with 220 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ public class ResetOffsetDTO {
private long offset;
private String dateStr;
public interface Level {
int TOPIC = 1;
int PARTITION = 2;