salmanm/fastify-kafka — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2021-06-03
Send form submissions to Kafka instead of writing directly to a database, so multiple services can process them independently.
Build an event-driven backend where services communicate asynchronously through Kafka topics.
Decouple parts of a backend so one service doesn't have to wait on another's response.
Subscribe to a Kafka topic and trigger custom logic whenever a new message arrives.
| salmanm/fastify-kafka | 0verflowme/alarm-clock | 0verflowme/seclists | |
|---|---|---|---|
| Language | — | CSS | — |
| Last pushed | 2021-06-03 | 2022-10-03 | 2020-05-03 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a running Kafka broker and configuring broker addresses plus a consumer group ID.
A Fastify plugin that connects your web server to Apache Kafka, letting it send and receive messages so services can communicate without calling each other directly.
Dormant — no commits in 2+ years (last push 2021-06-03).
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.