method EventLogAdapter.commitCursor
EventLogAdapter.commitCursor(
topic: string,
consumerGroup: string,
cursor: Cursor
): Promise<void>

Commit a cursor for a consumer group.

Parameters

topic: string
consumerGroup: string
cursor: Cursor

Return Type

Promise<void>

Usage

import { type EventLogAdapter } from ".";