Commit 92aed9bd authored by Naman Dixit's avatar Naman Dixit

Fixed nomenclature Part

parent 5858250d
......@@ -22,7 +22,7 @@ isolation level using resources provided by the RS. A loose architecture diagram
The Dispatch Manager (DM) sends a request to the Resource Manager (RM), detailing what resources it needs, on the Kafka topic `REQUEST_DM_2_AM`.
```javascript
{
"id": "unique-transaction-id",
"resource_id": "unique-transaction-id",
"memory": 1024, // in MiB
... // Any other resources
}
......@@ -32,7 +32,7 @@ The RM finds a list of nodes that will satisfy those resource demands and return
Format:
```javascript
{
"id": "unique-transaction-id",
"respurce_id": "unique-transaction-id",
// "port": 2343 --- NOT IMPLEMENTED YET
"grunts": ["a", "b", ...] // List of machine IDs
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment