-
Notifications
You must be signed in to change notification settings - Fork 225
Refactored Kafka src and ch code to reuse same consumer group handler code #554
Refactored Kafka src and ch code to reuse same consumer group handler code #554
Conversation
Hi @slinkydeveloper. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
/retest |
to the
|
/test pull-knative-eventing-contrib-go-coverage |
7547029
to
8ae96b5
Compare
/lgtm |
8ae96b5
to
0206845
Compare
94a5f5e
to
a203b32
Compare
/lgtm |
/approve |
/assign @n3wscott |
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
Added a few minor comments, but they are optional and can be addressed in a future PR.
/approve |
a203b32
to
e02d84b
Compare
/retest |
Looks like Go is complaining about data races in ConsumerFactory tests |
My bad, in sarama documentation it says that if |
… kafkasource and kafkachannel (dispatcher) Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
Signed-off-by: slinkydeveloper <francescoguard@gmail.com>
56f2e8e
to
9892b87
Compare
The following is the coverage report on pkg/.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grantr, matzew, n3wscott, slinkydeveloper 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 |
Replaces #551
Fixes knative/eventing#944
Fixes #552
Proposed Changes
Release Note