Skip to content

Commit 1ce4257

Browse files
azmovidanfimov
authored andcommitted
faststream change website domain
1 parent 18b6a6c commit 1ce4257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework_integrations/faststream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 3
44

55
# Taskiq + FastStream
66

7-
[FastStream](https://faststream.airt.ai/latest/) is a library that allows you to write consumers and producers for different message brokers almost like taskiq. But the difference is that taskiq is more focused on tasks for a specific project and more like celery but async, while FastStream is more focused on events and defining how different systems communicate with each other using distributed brokers.
7+
[FastStream](https://faststream.ag2.ai/latest/) is a library that allows you to write consumers and producers for different message brokers almost like taskiq. But the difference is that taskiq is more focused on tasks for a specific project and more like celery but async, while FastStream is more focused on events and defining how different systems communicate with each other using distributed brokers.
88

99
If you want to declare communication between different projects you can use taskiq, but it might be a bit more complex than using FastStream.
1010

@@ -29,4 +29,4 @@ app = FastStream(broker)
2929
taskiq_broker = BrokerWrapper(broker)
3030
```
3131

32-
You can read more about scheduling tasks for FastStream in the [FastStream documentation](https://faststream.airt.ai/latest/scheduling/?h=schedule).
32+
You can read more about scheduling tasks for FastStream in the [FastStream documentation](https://faststream.ag2.ai/latest/scheduling/?h=schedule).

0 commit comments

Comments
 (0)