|
|
@@ -76,7 +76,7 @@ public class KafkaCloudConsumer {
|
|
|
|
|
|
// 记录
|
|
|
// 记录offset
|
|
|
- xfOffsetService.insert(IdUtil.simpleUUID(), offset, topic, groupId, value, new Date());
|
|
|
+ xfOffsetService.insert(IdUtil.simpleUUID(), offset, topic, groupId, value, new Date(), partition);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -106,7 +106,7 @@ public class KafkaCloudConsumer {
|
|
|
doMessageHandle(receiveMsg);
|
|
|
|
|
|
// 记录offset
|
|
|
- xfOffsetService.insert(IdUtil.simpleUUID(), offset, topic, groupId, value, new Date());
|
|
|
+ xfOffsetService.insert(IdUtil.simpleUUID(), offset, topic, groupId, value, new Date(),partition);
|
|
|
}
|
|
|
|
|
|
/**
|