RedisShake icon indicating copy to clipboard operation
RedisShake copied to clipboard

streams group中的entries-read不同步

Open wangshuang0220 opened this issue 8 months ago • 1 comments

问题描述(Issue Description)

请在这里简要描述你遇到的问题。 源端通过xinfo groups命名查看entries-read有值,同步过来通过 XINFO GROUPS xxx entries-read字段没有值了。

环境信息(Environment)

  • RedisShake 版本(RedisShake Version):4.0.2
  • Redis 源端版本(Redis Source Version):redis7
  • Redis 目的端版本(Redis Destination Version):redis7
  • Redis 部署方式(standalone/cluster/sentinel):cluster
  • 是否在云服务商实例上部署(Deployed on Cloud Provider):

wangshuang0220 avatar Dec 25 '23 03:12 wangshuang0220

https://github.com/tair-opensource/RedisShake/blob/120fadc0f63a3c59bec15b55c9be69599dae0ef0/internal/rdb/types/stream.go#L144-L155

是的,154 行的写法直接丢弃了这个值。

suxb201 avatar Dec 25 '23 11:12 suxb201