We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a878f3f commit 139c546Copy full SHA for 139c546
docs/consumer.rst
@@ -144,7 +144,7 @@ bulk. The algorithm can be enhanced by taking advantage of:
144
145
* :meth:`await consumer.getmany() <aiokafka.AIOKafkaConsumer.getmany>` to
146
avoid multiple calls to get a batch of messages.
147
-* :meth:`await consumer.highwater(partition)
+* :meth:`consumer.highwater(partition)
148
<aiokafka.AIOKafkaConsumer.highwater>` to understand if we have more
149
unconsumed messages or this one is the last one in the partition.
150
0 commit comments