Mercurial > prosody-modules
comparison mod_component_roundrobin/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_component_roundrobin/README.markdown@4d73a1a6ba68 |
| children |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 summary: 'Component round-robin load balancing module' | |
| 4 ... | |
| 5 | |
| 6 Introduction | |
| 7 ============ | |
| 8 | |
| 9 This module enables multiple instances of external components to connect | |
| 10 at the same time, and does round-robin load-balancing of incoming | |
| 11 stanzas. | |
| 12 | |
| 13 Example | |
| 14 ======= | |
| 15 | |
| 16 Component "test.example.com" | |
| 17 modules_enabled = { "component_roundrobin" } | |
| 18 -- Other component options such as secrets here |
