From cd1401071cee0a2a7d7f38e9744ecf711268c7fd Mon Sep 17 00:00:00 2001 From: Alexander Gallego Date: Thu, 15 Aug 2024 16:52:51 -0700 Subject: [PATCH] readme: add link to the connect repo add repo url to the original benthos --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fd9c51777..f0090fc03 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [![godoc for redpanda-data/benthos][godoc-badge]][godoc-url] [![Build Status][actions-badge]][actions-url] +> Note: if you are looking for the original benthos repo with connectors, it moved here: https://github.com/redpanda-data/connect + + Benthos is a framework for creating declarative stream processors where a pipeline of one or more sources, an arbitrary series of processing stages, and one or more sinks can be configured in a single config: ```yaml