Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arroyo/processing/strategies/produce.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Produce(ProcessingStrategy[Union[FilteredPayload, TStrategyPayload]]):
stream processor to slow down.

On poll we check for completion of the produced messages. If the message has been successfully
produced then the message is submitted to the next step. If an error occured the exception will
produced then the message is submitted to the next step. If an error occurred the exception will
be raised.

Important: The destination topic is always the `topic` passed into the constructor and not the
Expand Down
Loading