Hello, is there a way to use PlasmoVoice with multiple Velocity instances?
My server is currently running multiple Velocity instances behind a load balancer.
This is a common setup for large networks (1000+ players) using:
┌─────────────┐
┌──→│ Velocity #1 │──┐
┌─────────┐ ┌─────────────┐ │ └─────────────┘ │ ┌─────────────┐
│ Players │───→│ LoadBalancer│──┼──→│ Velocity #2 │──┼──→│ Paper Server│
└─────────┘ └─────────────┘ │ └─────────────┘ │ └─────────────┘
└──→│ Velocity #3 │──┘
└─────────────┘
Questions:
- If the plugin is made with this in mind, how do I set it up?
- is multiple proxy support on the roadmap?
- Would you be open to a PR that adds Redis based session storage?
Hello, is there a way to use PlasmoVoice with multiple Velocity instances?
My server is currently running multiple Velocity instances behind a load balancer.
This is a common setup for large networks (1000+ players) using:
Questions: