EventLog.prototype.getCommittedCursor(topic: string,consumerGroup: string,): Task<Cursor | null, EventLogGetCursorFailed>
Get the last committed cursor for a consumer group.
Returns null if no cursor has been committed yet. Use this to resume consumption from the last processed position.
Task<Cursor | null, EventLogGetCursorFailed>