Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Revert change when consumer is paused (#297)
This reverts part of the change made in #296, which removed the check for the carried over message, when validating that the consumer is paused. This change was inadvertently introduced and is not actually needed to achieve th goal of throttling calls to consumer pause/resume. This caused the consumer to crash with InvalidStateError so let's revert this part.
- Loading branch information