mod_component_roundrobin/README.markdown
author Jonas Schäfer <jonas@wielicki.name>
Thu, 21 Jan 2021 16:13:29 +0100
changeset 4369 f975a4d31f35
parent 1807 4d73a1a6ba68
permissions -rw-r--r--
mod_http_admin_api: make the api a bit less untested (read: fix bugs)

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