Commit e414aef4 authored by Savorboard's avatar Savorboard

fixed kafka received message sava failed caused the mssage loss bug. #78

parent 8c640206
...@@ -54,7 +54,7 @@ namespace DotNetCore.CAP.Kafka ...@@ -54,7 +54,7 @@ namespace DotNetCore.CAP.Kafka
public void Reject() public void Reject()
{ {
// Ignore, Kafka will not commit offset when not commit. _consumerClient.Assign(_consumerClient.Assignment);
} }
public void Dispose() public void Dispose()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment