Skip to content

Commit

Permalink
network error without stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjinwu committed Oct 25, 2023
1 parent c864c9e commit 0842b86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/connector/src/schema/schema_registry/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ impl Client {

Err(RwError::from(ProtocolError(format!(
"all request confluent registry all timeout, req path {:?}, urls {:?}, err: {:?}",
path, self.url, errs
path,
self.url,
errs.iter().map(|e| e.to_string()).collect_vec()
))))
}

Expand Down

0 comments on commit 0842b86

Please sign in to comment.