Replies: 1 comment
-
Hey, only the API server writes to the database, all other services communicate via Kafka. Some of them perform read operations on the DB, for example to acquire the cluster ID, and configuration. The idea is that this allows read-only services to connect to a read replica, if the need arises. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are working on a new FOSS contribution for Hyades. Before we begin implementing, we want to know more knowledge about Hyades' services. Looking at the diagram, we noticed that services sometimes send a message back to the API via the kafka broker. As well as, the services sometimes write straight to the database. What is the "norm" for services so we know what process to follow, when contributing back?
Beta Was this translation helpful? Give feedback.
All reactions