This page is for information about current Kafka settings. Edit the file specified in the page to change settings.
Parameter | M/O | Type | Description | Default |
---|---|---|---|---|
brokers | M | Array.of(String) | The list of Kafka brokers that MAIA WebApp should connect to. | NA |
topics | M | Array.of(String) | The list of Kafka topics that MAIA WebApp should listen to. | NA |
client_id | M | String | A user specified identifier for the client making the request. | maia_core_kafka_consumer |
group_id | M | String | A user specified identifier for the group to which a Kafka consumer belongs. | maiacorePID |
start_from_beginning | O | Boolean | Defines whether all old messages in the brokers will be received again when connecting. | false |