This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed kafka received message sava failed caused the mssage loss bug.
#78
master
Savorboard
6 years ago
parent
8c6402060e
commit
e414aef409
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/DotNetCore.CAP.Kafka/KafkaConsumerClient.cs
+ 1
- 1
src/DotNetCore.CAP.Kafka/KafkaConsumerClient.cs
View File
@@ -54,7 +54,7 @@ namespace DotNetCore.CAP.Kafka
public void Reject()
{
// Ignore, Kafka will not commit offset when not commit.
_consumerClient.Assign(_consumerClient.Assignment);
}
public void Dispose()
Write
Preview
Loading…
Cancel
Save