-
Notifications
You must be signed in to change notification settings - Fork 117
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
Initialize offset in ConsumerGroup reconciler #2091
Initialize offset in ConsumerGroup reconciler #2091
Conversation
fd49370
to
0dfab6b
Compare
Codecov Report
@@ Coverage Diff @@
## main #2091 +/- ##
=============================================
- Coverage 82.69% 66.56% -16.14%
+ Complexity 676 675 -1
=============================================
Files 72 142 +70
Lines 2289 9130 +6841
Branches 195 195
=============================================
+ Hits 1893 6077 +4184
- Misses 291 2648 +2357
- Partials 105 405 +300
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
0dfab6b
to
e8576a4
Compare
/test unit-tests_eventing-kafka-broker_main |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aavarghese, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
When the offset strategy is set to latest, we need to initialize
the offset in Kafka for that particular consumer group.
Signed-off-by: Pierangelo Di Pilato pierdipi@redhat.com
Part of #1537