Skip to content

Load balancing in Redis cluster mode #33

Open
@ChoSeoHwan

Description

@ChoSeoHwan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions