envoyproxy/envoy

The redis_proxy filter that envoy has implemented does not support read requests routing in redis M/S clusters mode!

Open

#21.508 geöffnet am 31. Mai 2022

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/redisenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

Title: The redis_proxy filter that envoy has implemented does not support read requests routing in redis M/S clusters mode!

Description:

The redis M/S cluster mode is relatively frequently used in prod env。but,Control read requests routing. This only works with Redis Cluster. Therefore, will it consider adding support for read requests routing in M/S cluster mode in future new versions of envoy?

Contributor Guide