mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 18:48:57 +00:00
fa6acdf37887bf4b3f126e49c926df72d2f1fe2f
It compiles, but is otherwise completely untested as of yet.
Usage:
```lua
local producer = kumo.kafka.build_producer {
["bootstrap.servers"] = "localhost:9092",
}
producer:send {
topic = "my.topic",
payload = "my payload",
-- how long to keep trying to submit to kafka
-- before a lua error will be raised.
-- This is the default.
timeout = "1 minute",
}
```
refs: https://github.com/KumoCorp/kumomta/issues/32
KumoMTA
This repository holds the source code to KumoMTA, a modern Message Transfer Agent designed for large scale sending environments.
You can learn more about why it exists here.
Documentation
You can learn more about KumoMTA from the Documentation
Community
Real-time discussion is available on Our Discord.
Our Forum is better for long-form questions and discussions.
Developers
If you're interesting in contributing/extending KumoMTA, take a look at DEVELOPERS.md.
Getting Help
Please see How to Report Bugs or Get Help
Description
The first Open-Source high-performance MTA developed from the ground-up for high-volume email sending environments.
37 MiB
Languages
Rust
91.8%
Lua
6.3%
Python
0.9%
Shell
0.8%
JavaScript
0.1%