Skip to content

Commit

Permalink
Resolve merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Wang committed Apr 17, 2020
1 parent d291a33 commit e349aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataflow/source/kafka.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ where
bytes_read += out.len() as i64;
output
.session(&cap)
.give((key, (out, Some(message.offset()))));
.give((key, (out, Some(message.offset))));

downgrade_capability(
&id,
Expand Down

0 comments on commit e349aeb

Please sign in to comment.