forked from rohitsk89/core-netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
22 lines (16 loc) · 775 Bytes
/
Copy pathREADME.txt
File metadata and controls
22 lines (16 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This project provides you with a basic framework to build your
project 1 nodes. This is not a complete project nor a fully
tested and robust solution. It is your responsibility to
extend and validate the project.
Communication:
A common approach for distributed systems is to separate
domain requests from management (internal) requests. The
motivation is often driven by a need to provide the highest
potential to prioritize and control resources. This project
provides a design for two networks. The connections are:
1) public for satisfying data requests
2) private (mgmt) for internal synchronization and
coordination
Storage:
A storage framework is provided to show you a way (others exists)
to decouple domain logic from backend persistence.