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 18f7743 commit 163d3f5Copy full SHA for 163d3f5
confluent_kafka/src/Consumer.c
@@ -1236,7 +1236,8 @@ static PyMethodDef Consumer_methods[] = {
1236
" :param bool cached: Instead of querying the broker used cached information. "
1237
"Cached values: The low offset is updated periodically (if statistics.interval.ms is set) while "
1238
"the high offset is updated on each message fetched from the broker for this partition.\n"
1239
- " :returns: Tuple of (low,high) on success or None on timeout.\n"
+ " :returns: Tuple of (low,high) on success or None on timeout. "
1240
+ "The high offset is the offset of the last message + 1.\n"
1241
" :rtype: tuple(int,int)\n"
1242
" :raises: KafkaException\n"
1243
" :raises: RuntimeError if called on a closed consumer\n"
0 commit comments