Skip to content

Commit

Permalink
Update Java Client API reference (#1069)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 1, 2024
1 parent 64adc84 commit 2bd8d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kafka-python_difference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ this value to ``max_poll_interval_ms``, same as in Java client.
Prefetching is more sophisticated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In the `Kafka Java Client <Java Client API>`_ and `kafka-python`_, the
In the `Kafka Java Client <Java Client API_>`_ and `kafka-python`_, the
prefetching is very simple, as it only performs prefetches:

* in :meth:`~kafka.KafkaConsumer.poll` call if we don't have enough data stored to satisfy
Expand Down

0 comments on commit 2bd8d25

Please sign in to comment.