Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously XREAD: - Fetched group consumer info (with a hop) - Looked up last stream ids (with a hop) - Determined if there are entries to read (on coordinator) - Dispatched a hop to read entries or retired to blocking mode Instead we can merge steps (1), (2) and (3) into a single step, optionally with step (4) for single shard operations that can avoid concluding (we had this optimization before)
- Loading branch information