mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-13 21:43:11 +01:00
try to explain that kafka is not necessarily a hard dep forever and ever.
parent
b85e031b2f
commit
9f91da4fb2
1 changed files with 1 additions and 1 deletions
2
Home.md
2
Home.md
|
@ -1,5 +1,5 @@
|
||||||
Dendrite is a Matrix Homeserver written in Go and designed with speed in mind. It is currently under heavy active development. For more of an introduction, see https://github.com/matrix-org/dendrite.
|
Dendrite is a Matrix Homeserver written in Go and designed with speed in mind. It is currently under heavy active development. For more of an introduction, see https://github.com/matrix-org/dendrite.
|
||||||
|
|
||||||
Dendrite uses Kafka and has a log-based architecture to communicate between components. Each component can run as a separate process on a separate machine. This wiki outlines the general guidelines to follow when writing new components.
|
Dendrite uses a log-based architecture to communicate between components (currently using Apache Kafka, but intending to support simpler alternatives in future). Each component can run as a separate process on a separate machine. This wiki outlines the general guidelines to follow when writing new components.
|
||||||
|
|
||||||
For more information on the design of a particular component, see its respective README file.
|
For more information on the design of a particular component, see its respective README file.
|
Loading…
Reference in a new issue