Refactor Topology struct
Topology
struct does not seem to be necessary now that we use cas
for joining/updating instances (see !601 (merged)). Let's remove the struct and split its functionality between Instance
and Node
methods.
Topology
struct does not seem to be necessary now that we use cas
for joining/updating instances (see !601 (merged)). Let's remove the struct and split its functionality between Instance
and Node
methods.
assigned to @e-ivkov
changed milestone to %23.12.0
mentioned in merge request !633 (merged)
closed with merge request !633 (merged)