File

mod_component_roundrobin/README.md @ 6285:b460b2a65f0b

mod_http_oauth2: Remove now redundant client_id check from remaining grant handlers Missed these in 2505542c6c50
author Kim Alvefur <zash@zash.se>
date Tue, 03 Jun 2025 01:11:37 +0200
parent 6003:fe081789f7b5
line wrap: on
line source

---
labels:
summary: 'Component round-robin load balancing module'
...

Introduction
============

This module enables multiple instances of external components to connect
at the same time, and does round-robin load-balancing of incoming
stanzas.

Example
=======

        Component "test.example.com"
            modules_enabled = { "component_roundrobin" }
            -- Other component options such as secrets here