haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.04k stars 662 forks source link

add queue/kafka plugin #3245

Closed benjamonnguyen closed 11 months ago

benjamonnguyen commented 11 months ago

Fixes #

Changes proposed in this pull request:

Checklist:

msimerson commented 11 months ago

Thank you for this submission. As a general rule, we no longer bundle plug-ins with Haraka and instead package them as independent NPM modules. I have been slowly unbundling plugins. This is especially true for plugins that add dependencies.

I'd suggest releasing this as haraka-plugin-queue-kafka. There is a plugin template that helps bootstrap the process.