Skip to content

Commit bfc647c

Browse files
docs: add note about reading next event bus how to
1 parent 375c609 commit bfc647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-tos/adding-event-bus-support-to-an-event.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Run ``python manage.py generate_avro_schemas --help`` to see the available optio
142142
Step 5: Send the Event Across Services with the Event Bus
143143
---------------------------------------------------------
144144

145-
To validate that you can consume the event emitted by a service through the event bus, you can send the event across services. Here is an example of how you can send the event across services using the Redis event bus implementation following the `setup instructions in a Tutor environment`_.
145+
To validate that you can consume the event emitted by a service through the event bus, you can send the event across services. Here is an example of how you can send the event across services using the Redis event bus implementation following the `setup instructions in a Tutor environment`_. We recommend also following :doc:`../how-tos/using-the-event-bus` to understand how to use the event bus in your environment.
146146

147147
.. note:: If you implemented a custom serializer for a type in the :term:`Event Payload`, the custom serializer support must be included in both the producer and consumer sides before it can be used.
148148

0 commit comments

Comments
 (0)