Most of our HTTP requests in ohara are async, so our UI should ensure the users receive the update-to-date info when working in pipelines. By adding a retry mechanism (with a maximum retry limit, of course) to guarantee the state in the UI is always sync with the remote services is an inevitable requirement for our Frontend
For this very reason, an example like starting a connector, we should do the following to achieve the requirement we just talk about:
GET request to obtain the newest state/cc @wu87988622
@wu87988622 Let's include this functionality in the new async data fetching layer 馃挴
No longer relevant
Most helpful comment
/cc @wu87988622