chore: update contribution docs (#46942)

* add bus deprecation note in contribution docs
pull/37189/head
Jeff Levin 3 years ago committed by GitHub
parent 6e530d45bc
commit dac8abfc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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. 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_. There are three types of messages: _events_, _commands_, and _queries_.
## Events ## Events

Loading…
Cancel
Save