Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ fn build_stream_reconfig(
mask.push("timestamping.uncapped".to_string());
}
if delete_on_empty_min_age.is_some() {
mask.push("delete_on_empty".to_string());
mask.push("delete_on_empty.min_age".to_string());
}

(stream_config, mask)
Expand Down
Loading