Update topic-and-subscription.md (#4168)

This commit is contained in:
Mehdi Baneshi 2024-11-13 19:03:47 +03:30 committed by GitHub
parent b9f7282830
commit 16463a8a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ This section focuses on the core concepts in broadcast: topic and subscription.
A topic defines the scope of a broadcast message. A topic defines the scope of a broadcast message.
In essence, agent runtime implements a publish-subscribe model through In essence, agent runtime implements a publish-subscribe model through
its broadcast API: when publishing a message, the topic mus be specified. its broadcast API: when publishing a message, the topic must be specified.
It is an indirection over agent IDs. It is an indirection over agent IDs.
A topic consists of two components: topic type and topic source. A topic consists of two components: topic type and topic source.