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 a0c4319 commit af0184fCopy full SHA for af0184f
src/saluki/consume.py
@@ -53,7 +53,7 @@ def consume(
53
- num_messages
54
)
55
56
- logger.info(f"starting at {start}")
+ logger.info(f"starting at offset {start}")
57
c.assign([TopicPartition(topic, partition, start)])
58
59
try:
0 commit comments