Copyright © 2020 João Henrique Ferreira de Freitas
Version: 0.1.0
Authors: João Henrique Ferreira de Freitas (joaohf@gmail.com).
Katja Echo is a simple Riemann server implementation written in Erlang. The source code can be found on GitHub.
The public API of Katja Echo can be found in the katja_echo
module.
The default configuration looks like this:
[
{katja_echo, [
{port, 5555},
{pool, []},
{callback, katja_echo_user}
]}
].
Generated by EDoc