diff --git a/docs/en/09-data-out/02-tmq.md b/docs/en/09-data-out/02-tmq.md index d9d859c305d8c43b29e4dd2c6759f1bfdde87ddc..120b33d88fde4ab93577fe70ee887b88bce20ad5 100644 --- a/docs/en/09-data-out/02-tmq.md +++ b/docs/en/09-data-out/02-tmq.md @@ -109,7 +109,7 @@ After message consumption is finished, the consumer is unsubscribed. ## Sample Code - + @@ -130,6 +130,9 @@ Will be available soon +```rust +{{#include docs/examples/rust/cloud-example/examples/subscribe_demo.rs}} +```