Poll one bounded batch
data, nextCursor for the next read, and replayCursor for durable checkpoint recovery. Expected output is a bounded event batch; no event means the worker should wait and poll again according to its own schedule.
Poll SEC API stream events with cursor checkpoints, make processing idempotent, and recover safely after a worker failure.
data, nextCursor for the next read, and replayCursor for durable checkpoint recovery. Expected output is a bounded event batch; no event means the worker should wait and poll again according to its own schedule.