From dac8abfc2c9a5dfb0097440f3188e64f27f030d4 Mon Sep 17 00:00:00 2001 From: Jeff Levin Date: Wed, 4 May 2022 10:38:04 -0800 Subject: [PATCH] chore: update contribution docs (#46942) * add bus deprecation note in contribution docs --- contribute/architecture/backend/communication.md | 2 ++ 1 file changed, 2 insertions(+) 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