Skip to content

Commit b7269d3

Browse files
committed
fix compile error
1 parent 5d2ebcf commit b7269d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kaf/group.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (r *resetHandler) Setup(s sarama.ConsumerGroupSession) error {
114114
}
115115

116116
for p, o := range r.partitionOffsets {
117-
req.AddBlock(r.topic, p, o, 0, "")
117+
req.AddBlock(r.topic, p, o, 0, 0, "")
118118
}
119119
br, err := r.client.Coordinator(r.group)
120120
if err != nil {

0 commit comments

Comments
 (0)