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
vector::internal_events::redis: Failed to read message. error=An error was signalled by the server - ResponseError: timeout is not an integer or out of range error_code=ERR error_type="reader_failed" stage="sending" internal_log_rate_limit=true
Configuration
No response
Version
latest
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered:
Indeed, it does look like the library we are using only aims to maintain compatibility with supported versions of Redis. This is typically our aim with Vector integrations too: maintaining support for supported versions of data sources and destinations to keep our maintenance burden manageable. Given that, I think we'll have to close this issue. Apologies that Vector can't support this use-case!
A note for the community
Problem
vector/src/sources/redis/list.rs
Line 75 in 029a2ff
conn.brpop(key, 0.0)
conn.blpop(key, 0.0)
https://redis.io/docs/latest/commands/brpop/
Unfortunately we have several old redis instances running and can't use vector for this exact reason
My config
Configuration
No response
Version
latest
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: