Sinks - Pirionfr/lookatch-agent GitHub Wiki

Sinks are independent modules that can write data events.

Currently supported sinks are :

  • Kafka

Kafka

Kafka provide a unified, high-throughput, low-latency platform for handling real-time data feeds

You can configure in sink part :

"<name>": {
  "brokers": [
    "<broker>:<port>"
  ],
  "max_message_bytes": <byte>,
  "name": "<name>",
  "topic": "<topic>",
  "producer": {
    "user": "<user>",
    "password": "<password>"
  },
  "tls": <true/false>,
  "type": "kafka",
  "enabled": <true/false>,
  "nb_producer": <nb producer set 1 for cdc>,
  "consumer": {
    "user": "<user>",
    "password": "<password>"
  }
}
⚠️ **GitHub.com Fallback** ⚠️