-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(client): return events with log offset #160
Conversation
Codecov Report
@@ Coverage Diff @@
## main #160 +/- ##
==========================================
+ Coverage 57.97% 59.31% +1.34%
==========================================
Files 102 102
Lines 9208 9218 +10
==========================================
+ Hits 5338 5468 +130
+ Misses 3483 3332 -151
- Partials 387 418 +31
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What problem does this PR solve?
Issue Number: None
This PR adds offset information in cloud events.
Problem Summary
The client needs to use the offset information in events.
What is changed and how does it work?
Check List
Tests