rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Competing readers on stream queues

Open dcorbacho opened this issue 4 years ago • 0 comments

Competing consumers implementation for stream queues. Depends on https://github.com/rabbitmq/osiris/pull/10

x-competing-consumers must be set to true on the consumer arguments.

Types of Changes

  • [ ] Bug fix (non-breaking change which fixes issue #NNNN)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • [ ] Documentation improvements (corrections, new content, etc)
  • [ ] Cosmetic change (whitespace, formatting, etc)

Checklist

  • [x] I have read the CONTRIBUTING.md document
  • [x] I have signed the CA (see https://cla.pivotal.io/sign/rabbitmq)
  • [x] All tests pass locally with my changes
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have added necessary documentation (if appropriate)
  • [ ] Any dependent changes have been merged and published in related repositories

dcorbacho avatar Jan 28 '21 12:01 dcorbacho