增加日志

This commit is contained in:
wfm 2023-05-16 10:22:46 +08:00
parent 86be0bdf80
commit 4faf61a475

View File

@ -85,6 +85,7 @@ public class RedisPendingMessageResendJob {
.withStreamKey(listener.getStreamKey()));
// ack 消息消费完成
redisTemplate.getRedisTemplate().opsForStream().acknowledge(groupName, records.get(0));
log.info("[processPendingMessage][消息({})重新投递成功]", records.get(0).getId());
}
});
});