From a3a9916139ffea92015ba56a4b84c2c479777405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 13 Nov 2024 16:40:35 +0100 Subject: [PATCH] docs fix --- docs/streams.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/streams.rst b/docs/streams.rst index b14844b..e9c4253 100644 --- a/docs/streams.rst +++ b/docs/streams.rst @@ -8,4 +8,6 @@ If you specify argument :code:`x-stream-offset` and aim to provide a number, ple This will cause your connection to RabbitMQ to crash. You can naturally provide "first" or "next" or "last". +Also, streams must be consumed with no_ack=False, otherwise it will fail. + Basically everything works `as documented <https://www.rabbitmq.com/docs/streams#consuming>`_. Happy usage! -- GitLab