Github user zsxwing commented on the issue:
https://github.com/apache/spark/pull/15387
> but polling ordinarily consumes messages and adjusts position.
Even if `enable.auto.commit` is `false`? In the doc, it says `automatically
set as the last committed offset`, so I guess setting `enable.auto.commit` to
`false` will prevent positions from updating.
```
* On each poll, consumer will try to use the last consumed offset as
the starting offset and fetch sequentially. The last
* consumed offset can be manually set through {@link
#seek(TopicPartition, long)} or automatically set as the last committed
* offset for the subscribed list of partitions
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]