Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Aug 9, 2024
1 parent 66d2ddf commit e8b24dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinks/kafka/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl Service<KafkaRequest> for KafkaService {
record = original_record;
tokio::time::sleep(Duration::from_millis(100)).await;
}
// A final/unretriable error occurred.
// A final/non-retriable error occurred.
Err((
err @ KafkaError::MessageProduction(
RDKafkaErrorCode::InvalidMessage |
Expand Down

0 comments on commit e8b24dc

Please sign in to comment.