jitsucom / jitsu

Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days
https://jitsu.com
MIT License
4.03k stars 285 forks source link

Redis Sentinel support is not working #1002

Closed skynet2 closed 9 months ago

skynet2 commented 1 year ago

Environment

Description

Jitsu does not work with Redis Sentinel, it looks like it does not understand that the connection string is for sentinel, not for plain redis. image

failed to ping Redis: redigo: no sentinels available

Redis sentinel output

redis-cli -h rfs-redisfailover -p 26379

sentinel_masters:1
sentinel_tilt:0
sentinel_running_scripts:0
sentinel_scripts_queue_length:0
sentinel_simulate_failure_flags:0
master0:name=mymaster,status=ok,address=10.42.1.76:6379,slaves=2,sentinels=3

Steps to reproduce

Steps to reproduce the behavior:

viggin543 commented 1 year ago

we are using jitsu ( latest ) with redis sentinel and it works fine. Maybe you have an issue with your connections trying?

sentinel://master-group-name:@redis-ip:26379 in case there is no password

sentinel://master_name:password@node1:port in case there's a password

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 30 days with no activity.