chore: update contribution docs (#46942)

* add bus deprecation note in contribution docs
This commit is contained in:
Jeff Levin 2022-05-04 10:38:04 -08:00 committed by GitHub
parent 6e530d45bc
commit dac8abfc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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