Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redisstream example dosn't work #488

Open
rifaideen opened this issue Sep 4, 2024 · 4 comments
Open

Redisstream example dosn't work #488

rifaideen opened this issue Sep 4, 2024 · 4 comments

Comments

@rifaideen
Copy link

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

@m110
Copy link
Member

m110 commented Sep 6, 2024

Hey @rifaideen, sadly I'm not able to reproduce this. 🤔 How are you running it?

@zombozo12
Copy link

Hey @rifaideen, which version on your Redis server? I'm also having same issue with Redis 6.0.16

@rifaideen
Copy link
Author

I'm using Redis 7.4.0

@zombozo12
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants