Skip to content

Commit

Permalink
Remove obsolete TODO and make slow-down warning bold.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaPePeR committed May 30, 2023
1 parent 3cbb22d commit cf58e37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/source/rabbitmq-tutorial/7-publisher-confirms.rst
Expand Up @@ -76,15 +76,11 @@ The handling of the exception usually consists in logging an error message and/o
Different client libraries have different ways to synchronously deal with publisher confirms, so make sure to read
carefully the documentation of the client you are using.

This technique is very straightforward but also has a major drawback: it significantly slows down publishing, as the
This technique is very straightforward but also has a major drawback: it **significantly slows down publishing**, as the
confirmation of a message blocks the publishing of all subsequent messages.
This approach is not going to deliver throughput of more than a few hundreds of published messages per second.
Nevertheless, this can be good enough for some applications.

..
TODO: Do we need to specify, that wait_for cancels the awaitables waiting for publisher confirmation when the timeout
occurs?
Strategy #2: Publishing Messages in Batches
+++++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit cf58e37

Please sign in to comment.