Open
Description
Currently, when using redis-streams-adapter,
it appears that the load is only directed to one master node in the cluster.
If you check the code, it seems that streamName
is used as a key for all requests,
and in this case, I know that it is concentrated on only one node according to the redis HashTable.
Is there a way to load balance redis when using this adapter?
At least I think I need to use different nodes for each Room/Namespace.
If there is a way to load balance, please let me know.
Metadata
Metadata
Assignees
Labels
No labels