Skip to content

Commit a69f8df

Browse files
committed
todo in router ack
1 parent 5512800 commit a69f8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (r *Router) SetDeadQueueOutput(info *OutputPluginInfo) {
2323
}
2424

2525
func (r *Router) Ack(event *Event) {
26-
26+
// TODO: send commit to input after receiving all acks from outputs
2727
}
2828

2929
func (r *Router) Fail(event *Event) {

0 commit comments

Comments
 (0)