From ffbc5101b19b7c48bbd90bfc62b7165efd83bf0d Mon Sep 17 00:00:00 2001 From: aeluce Date: Wed, 1 Oct 2025 12:57:27 -0500 Subject: [PATCH] add gazette to integration section --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 7dc1f66..4baa793 100644 --- a/README.adoc +++ b/README.adoc @@ -83,6 +83,7 @@ toc::[] == Integration * https://camel.apache.org/[Apache Camel] - Easily integrate various systems consuming or producing data. +* https://gazette.dev/[Gazette] - Integration for both real-time and batch data using durable journals and exactly-once semantics. * https://kafka.apache.org/documentation/#connect[Kafka Connect] - Reusable framework to handle data int-and-out of Apache Kafka. * https://www.elastic.co/logstash[Logstash] - Open Source server-side data processing pipeline. * https://github.com/influxdata/telegraf[Telegraf] - a plugin-driven server agent writen in Go (deployed as a single binary with no external dependencies) for collecting and sending metrics and events from databases, systems, and IoT sensors. Offers hundreds of existing plugins.