File: README.md

package info (click to toggle)
proftpd-mod-kafka 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: sh: 3,314; ansic: 836; perl: 715; makefile: 105
file content (17 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
proftpd-mod_kafka
=================

Status
------
[![GitHub Actions CI Status](https://github.com/Castaglia/proftpd-mod_kafka/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Castaglia/proftpd-mod_kafka/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)


Synopsis
--------

The `mod_kafka` module for ProFTPD allows for sending log messages, as JSON,
to Kafka brokers using the [librdkafka](https://github.com/edenhill/librdkafka)
client library.

See the [mod_kafka.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_kafka/blob/master/mod_kafka.html) documentation for more details.