Skip to content

Commit

Permalink
dylint
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Aug 9, 2024
1 parent 0f54af8 commit 4880214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connector/src/sink/kinesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ mod opaque_type {
Err(e) => {
remaining_no_progress_retry_count -= 1;
if remaining_no_progress_retry_count == 0 {
#[expect(rw::format_error)]
return Err(SinkError::Kinesis(anyhow!(
"failed to send records. sent {} out of {}, last err: {:?}",
start_idx,
Expand Down

0 comments on commit 4880214

Please sign in to comment.