Running the project:
docker-compose up --build
Endpoints:
GET localhost:1234
- retrieve all messages from master nodePOST localhost:1234/?message=your_message_here
- logyour_message_here
messageGET localhost:1236
- retrieve all messages from secondary_1 nodeGET localhost:1237
- retrieve all messages from secondary_2 node