Skip to content

Kafka in ASAB Maestro 🦦

Provides connection to all service through dynamic ASAB configuration or KAFKA_BOOTSTRAP_SERVERS connection string.

Parameters

KAFKA_BOOTSTRAP_SERVERS

Comma-separated URLs to Kafka instances

lmc01:9092,lmc02:9092,lmc03:9092

Configuration of ASAB Services

Every ASAB Service obtains kafka configuration section.

[kafka]
bootstrap_servers=lmc01:9092,lmc02:9092,lmc03:9092