File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Code examples are executed via `python3`:
21
21
python3 send.py
22
22
python3 receive.py
23
23
24
- [ Tutorial two: "Offset tracking"] ( ) :
24
+ [ Tutorial two: "Offset tracking"] ( https://www.rabbitmq.com/tutorials/tutorial-two-python-stream ) :
25
25
26
26
python3 offset_tracking_send.py
27
27
python3 offset_tracking_receive.py
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Each cargo command should be launched in a separate shell.
21
21
cargo run --bin receive
22
22
cargo run --bin send
23
23
24
- #### [ Tutorial one: "Offset tracking!"] ( https://www.rabbitmq.com/tutorials/tutorial-one -rust-stream.html )
24
+ #### [ Tutorial one: "Offset tracking!"] ( https://www.rabbitmq.com/tutorials/tutorial-two -rust-stream.html )
25
25
26
26
cargo run --bin send_offset_tracking
27
27
cargo run --bin receive_offset_tracking
You can’t perform that action at this time.
0 commit comments