restatedev / restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
https://docs.restate.dev
Other
1.66k stars 38 forks source link

Make announce node at admin node retryable #2317

Closed tillrohrmann closed 1 week ago

tillrohrmann commented 1 week ago

Temporary fix to allow worker nodes to be started before the admin node and still announce them to speed up the cluster start. Otherwise, we need to wait for 10s for the NodesConfiguration being refreshed to learn about new nodes. This makes the docker compose demo not so nice.

tillrohrmann commented 1 week ago

Hmm, this does not seem to solve the observed behavior. Closing this PR in favor of getting to the bottom of the problem.