-
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
KafkaChannel Reconciler for ConsumerGroup scaling #1618
KafkaChannel Reconciler for ConsumerGroup scaling #1618
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1618 +/- ##
============================================
- Coverage 66.45% 63.37% -3.08%
Complexity 629 629
============================================
Files 138 140 +2
Lines 6129 6482 +353
Branches 179 179
============================================
+ Hits 4073 4108 +35
- Misses 1725 2043 +318
Partials 331 331
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
afec462
to
c560315
Compare
/cc @pierDipi |
a82faba
to
884711d
Compare
884711d
to
2f36d2a
Compare
c68e4fb
to
ae400b8
Compare
ae400b8
to
3625830
Compare
@pierDipi if you have time for another review please? :) |
17a77ce
to
42aca06
Compare
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.
Thanks!
Some minor comments
control-plane/pkg/apis/internals/kafka/eventing/v1alpha1/consumer_group_validation.go
Outdated
Show resolved
Hide resolved
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Signed-off-by: aavarghese <avarghese@us.ibm.com>
392752a
to
f59cd99
Compare
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
/approve
We can address the nit in another PR, thanks!
[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 |
/retest-required |
/retest |
The following is the coverage report on the affected files.
|
@aavarghese: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test pull-knative-sandbox-eventing-kafka-broker-reconciler-tests |
@aavarghese: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-knative-sandbox-eventing-kafka-broker-channel-integration-tests-tls |
@aavarghese: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: aavarghese avarghese@us.ibm.com
Part of #1537 (channelv2_test.go coming soon)
Proposed Changes
Release Note
Docs