mod_component_roundrobin/README.markdown
author Kim Alvefur <zash@zash.se>
Tue, 16 Feb 2021 21:33:39 +0100
changeset 4448 2f5e52d67928
parent 1807 4d73a1a6ba68
permissions -rw-r--r--
mod_smacks: Do ask for acks while in CSI inactive mode, but less frequent Otherwise the unacked stanza queue just grows forever

---
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