Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

27 lines (11 loc) · 571 Bytes

Reproduction of sozu-proxy/lapin#133

Example repo which reproduces sozu-proxy/lapin#133.

Reproduce steps

  1. docker-compose up and wait RabbitMQ is ready (RabbitMQ Management).

  2. cargo run --bin produce 2-3 deliveries and stop.

  3. cargo run --bin consume all the deliveries are processed.

  4. cargo run --bin produce again.

  5. Only first delivery is processed and consuming stucks.