Files
backstage/plugins/kafka-backend
2021-01-10 13:09:27 +02:00
..
2021-01-10 13:09:27 +02:00
2021-01-09 21:18:41 +02:00
2021-01-09 21:18:41 +02:00
2021-01-10 13:09:27 +02:00
2021-01-10 10:47:09 +02:00

Kafka Backend

This is the backend part of the Kafka plugin. It responds to Kafka requests from the frontend.

Configuration

This configures how to connect to the brokers in your Kafka cluster.

clientId

The name of the client to use when connecting to the cluster.

brokers

A list of the brokers' host names and ports to connect to.

Example:

kafka:
  clientId: backstage
  brokers:
    - localhost:9092