Skip to content

Commit

Permalink
chore(docs): fix incorrect plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Sep 29, 2023
1 parent f67865a commit f549587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f549587

Please sign in to comment.