Skip to content

Commit

Permalink
Return true for can_acknowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
oganel committed Feb 7, 2025
1 parent 41bc0f2 commit 7e4d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/kubernetes_logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ impl SourceConfig for Config {
}

fn can_acknowledge(&self) -> bool {
false
true
}
}

Expand Down

0 comments on commit 7e4d30e

Please sign in to comment.