From f5495875aa4ca52fa3e532797d30e74db1bf095f Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 29 Sep 2023 13:32:32 +0200 Subject: [PATCH] chore(docs): fix incorrect plugin name --- docs/sources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources.rst b/docs/sources.rst index 27f4e63b..600558c3 100644 --- a/docs/sources.rst +++ b/docs/sources.rst @@ -59,7 +59,7 @@ There are 3 basic patterns that you'll be developing against when considering a #. Event Bus Plugins These are plugins that listen to a stream of events from a source where the connection - is established by the plugin itself. Examples of this are the ``kafka`` and ``mqtt`` plugins. + is established by the plugin itself. Examples of this are the ``kafka`` and ``aws_sqs_queue`` plugins. This is the most ideal and reliable pattern to follow. Durability and Reliability of the data is the responsibility of the event source and availability of the data can follow the patterns