Kafka
5/14/25Less than 1 minutecomponentkafka
Kafka Usage Example
kafka
is a client component based on sarama. It supports synchronous and asynchronous message production, and consumer group and partition consumption for messages.
Click to view Kafka Usage Example.
Kafka Configuration
Set the kafka
field in the YAML file under the configs
directory:
kafka:
addrs: ["localhost:19092", "localhost:29092", "localhost:39092"]