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

Redis doesn't resubscribe/reconnect to channel #22615

Open
andreyvital opened this issue Mar 8, 2025 · 0 comments
Open

Redis doesn't resubscribe/reconnect to channel #22615

andreyvital opened this issue Mar 8, 2025 · 0 comments
Labels
type: bug A code related bug.

Comments

@andreyvital
Copy link

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Apparently this has been recently implemented by redis-rs: https://github.com/redis-rs/redis-rs/pull/1408/files and I am not sure if it's handled by vector already.

However, the problem is: in case of a connection disruption, it doesn't automatically resubscribe.

[sources.production-beacons]
type = "redis"
data_type = "channel"
key = "events:(...)"
url = "redis://(...)"

Just an example of my config 👆🏻

Configuration


Version

0.45

Debug Output


Example Data

No response

Additional Context

No response

References

No response

@andreyvital andreyvital added the type: bug A code related bug. label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

1 participant