Drag0nCodes / Group_3_Service_Registry

1 stars 0 forks source link

Microservice: register in a registry #3

Closed Drag0nCodes closed 1 week ago

Drag0nCodes commented 3 weeks ago

Could be a separate function.

Could also just be done by sending a heartbeat?

I think separate so it can send other info that isn't easily sent in a heartbeat including the address of the microservice because res and req make that hard locally.

Drag0nCodes commented 2 weeks ago

S-01 microservice is able to internally register in a registry and start sending heartbeats, still needs to be able to send a request to the registry that adds it to the registry internally instead of just starting to send heartbeats.

Drag0nCodes commented 1 week ago

Can send a register request with its id and address.