ResetConsumer resets a consumer's delivery state without deleting and recreating it. The consumer is reset to deliver from ack_floor + 1.
(ctx context.Context, consumer string)
| 125 | // and recreating it. The consumer is reset to deliver from |
| 126 | // ack_floor + 1. |
| 127 | ResetConsumer(ctx context.Context, consumer string) (*ConsumerResetResponse, error) |
| 128 | |
| 129 | // ResetConsumerToSequence resets a consumer's delivery state to the |
| 130 | // given stream sequence. The seq must be compatible with the |
no outgoing calls