PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

Peer page UI: Allow for editing when connectivity is down #1998

Closed Amogh-Bharadwaj closed 1 month ago

Amogh-Bharadwaj commented 1 month ago

Current design of this page where we await slot and stats data on the server side prevents us from editing peers when the connectivity to the peer is down - the page crashes

Refactored the wiring here to still render the page in this scenario and show what can be shown

Amogh-Bharadwaj commented 1 month ago

Requires functional test

Amogh-Bharadwaj commented 1 month ago

Realised the API files and calls are redundant here to v1/ Will fix