Kafka is ideal for high-throughput pipelines and event streaming.
watermill:
driver: kafka
kafka:
brokers: ["localhost:9092"]
consumer_group: githook
Align topic naming with your emit topic names for consistency.
Documentation
Stream events into Kafka topics.
Kafka is ideal for high-throughput pipelines and event streaming.
watermill:
driver: kafka
kafka:
brokers: ["localhost:9092"]
consumer_group: githook
Align topic naming with your emit topic names for consistency.