Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffered ordered message stream #92

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ services:
- 8080:8080
environment:
- RUST_LOG=port=TRACE
- RUST_BACKTRACE=full
matching-engine:
networks:
- backend
environment:
- RUST_LOG=matching_engine=TRACE
- RUST_BACKTRACE=1
env_file:
- services/matching-engine/.env
- .env
Expand All @@ -33,6 +35,7 @@ services:
- backend
environment:
- RUST_LOG=retransmitter=TRACE
- RUST_BACKTRACE=1
build:
context: .
dockerfile: services/retransmitter/Dockerfile
Expand Down
252 changes: 252 additions & 0 deletions packages/matchbook-util/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading