NextOffset returns the next offset that should be consumed for the managed partition, accompanied by metadata which can be used to reconstruct the state of the partition consumer when it resumes. NextOffset() will return `config.Consumer.Offsets.Initial` and an empty metadata string if no offset was
()
| 515 | // `config.Consumer.Offsets.Initial` and an empty metadata string if no offset |
| 516 | // was committed for this partition yet. |
| 517 | NextOffset() (int64, string) |
| 518 | |
| 519 | // MarkOffset marks the provided offset, alongside a metadata string |
| 520 | // that represents the state of the partition consumer at that point in time. The |
no outgoing calls