diff --git a/contribute/architecture/backend/communication.md b/contribute/architecture/backend/communication.md index d4836295d9e..f59f598cdf5 100644 --- a/contribute/architecture/backend/communication.md +++ b/contribute/architecture/backend/communication.md @@ -2,6 +2,8 @@ Grafana uses a _bus_ to pass messages between different parts of the application. All communication over the bus happens synchronously. +> **Deprecated:** The bus has officially been deprecated, however, we're still using the command/query objects paradigms. + There are three types of messages: _events_, _commands_, and _queries_. ## Events