For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Session affinity
Manage how the gateway proxy selects backend services for incoming client requests, including routing requests for a particular session to the same backend service instance.
Simple load balancing
Choose a load balancing algorithm, such as round robin or least request, for a backend.
Consistent hashing
Pin requests from the same client to the same backend by using consistent hashing.
Session persistence
Maintain client-to-backend affinity with cookie or header-based session persistence.
Was this page helpful?