@walkeros/server-destination-kafka
v4.1.0
Published
Apache Kafka server destination for walkerOS (kafkajs, JSON serialization, GZIP compression)
Maintainers
Readme
@walkeros/server-destination-kafka
Server-side event streaming to Apache Kafka topics via kafkajs with JSON serialization and compression.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-destination-kafkaQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"destinations": {
"kafka": {
"package": "@walkeros/server-destination-kafka",
"config": {}
}
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/destinations/server/kafka
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
