You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
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
The text was updated successfully, but these errors were encountered: