watermill
watermill copied to clipboard
Redisstream example dosn't work
The redisstream example here _examples/pubsubs/redisstream not working.
[watermill] 2024/09/04 15:28:02.855927 subscriber.go:182: level=INFO msg="Subscribing to redis stream topic" consumer_group=test_consumer_group consumer_uuid=9N2bRGgtYCcRU2hE3dMJiV provider=redis topic=example.topic [watermill] 2024/09/04 15:28:02.855969 subscriber.go:203: level=INFO msg="Starting consuming" consumer_group=test_consumer_group consumer_uuid=9N2bRGgtYCcRU2hE3dMJiV provider=redis topic=example.topic [watermill] 2024/09/04 15:28:02.856339 subscriber.go:403: level=ERROR msg="xpendingext fail" consumer_group=test_consumer_group consumer_uuid=9N2bRGgtYCcRU2hE3dMJiV err="ERR syntax error" provider=redis topic=example.topic [watermill] 2024/09/04 15:28:07.857204 subscriber.go:403: level=ERROR msg="xpendingext fail" consumer_group=test_consumer_group consumer_uuid=9N2bRGgtYCcRU2hE3dMJiV err="ERR syntax error" provider=redis topic=example.topic [watermill] 2024/09/04 15:28:12.856938 subscriber.go:403: level=ERROR msg="xpendingext fail" consumer_group=test_consumer_group consumer_uuid=9N2bRGgtYCcRU2hE3dMJiV err="ERR syntax error" provider=redis topic=example.topic
Hey @rifaideen, sadly I'm not able to reproduce this. 🤔 How are you running it?
Hey @rifaideen, which version on your Redis server? I'm also having same issue with Redis 6.0.16
I'm using Redis 7.4.0
Currently I use Redis 7.2.5 on my local machine, I got this same error log using Redis 6.0.16 on my server. Perhaps you can try on Redis 7.2.5 and we can see the result :)
127.0.0.1:6379> info
# Server
redis_version:7.2.5
I'm going to close this one as I can't reproduce it. Please re-open if you still encounter this.