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 topics 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 topics for consistency.