Closed Drag0nCodes closed 1 week 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.
Can send a register request with its id and address.
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.