Update Leader client (polling all nodes)
(&mut self)
| 49 | |
| 50 | /// Update Leader client (polling all nodes) |
| 51 | async fn refresh_client(&mut self) -> std::result::Result<(), ClientApiError> { |
| 52 | self.client.refresh(None).await |
| 53 | } |
| 54 | |
| 55 | /// Refresh cluster membership and connections |
| 56 | pub async fn refresh( |
no test coverage detected