Method ResetAsync
ResetAsync(ulong, CancellationToken)
Not supported for ordered consumers, which recreate their underlying ephemeral consumer to seek.
public ValueTask<ConsumerResetResponse> ResetAsync(ulong seq = 0, CancellationToken cancellationToken = default)
Parameters
sequlongStream sequence to reset to.
cancellationTokenCancellationTokenA CancellationToken used to cancel the API call.
Returns
- ValueTask<ConsumerResetResponse>
A faulted task.
Exceptions
- NotSupportedException
Always.