📄️ Introduction
Clusters are a great way to improve the load balancing and availability of your application. They are also a great way to scale your application horizontally. In this guide, we will learn how to create a lavalink node cluster.
📄️ Getting Started
Now that we are clear to start, we only need to prepare a single thing before starting assuming you already have multiple lavalink nodes at hand.
📄️ Track affinity
Track affinity is an optimization that is available when using clustering with Lavalink4NET. By default, if no information is provided, Lavalink4NET will use any available node in the cluster to resolve a track. You can configure Lavalink4NET to use a specific node to resolve a track which can improve performance in some cases.