You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, one can only update statuses of entries in transport discovery and cannot actually delete entries.
This causes issues when restarting transports. When we remove transports from visor, we only remove them locally. On visor startup, it polls transport discovery to determine saved transports. Hence, locally deleted transports are revived.
Implementation Details:
A transport between nodes A and B can only be deleted by A or B.
Tasks:
Add endpoint to transport discovery to delete transport.
Update transport discovery client.
Update (transport.Manager).DeleteTransport to call transport discovery's delete transport endpoint.
The text was updated successfully, but these errors were encountered:
jdknives
changed the title
[M2] [FEATURE] Add ability to delete entries in transport discovery.
Add ability to delete entries in transport discovery.
Oct 4, 2019
Feature description
Currently, one can only update statuses of entries in transport discovery and cannot actually delete entries.
This causes issues when restarting transports. When we remove transports from visor, we only remove them locally. On visor startup, it polls transport discovery to determine saved transports. Hence, locally deleted transports are revived.
Implementation Details:
Tasks:
(transport.Manager).DeleteTransport
to call transport discovery's delete transport endpoint.The text was updated successfully, but these errors were encountered: