From 9ee1446de77908f98c1cd23e4b1707d1bb1f1ab9 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 9 May 2022 11:32:13 -0400 Subject: [PATCH] chore: update contribution docs (#46942) (#48732) * add bus deprecation note in contribution docs (cherry picked from commit dac8abfc2c9a5dfb0097440f3188e64f27f030d4) Co-authored-by: Jeff Levin --- 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