-
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
Add Dispatcher loom based module Implementation #3257
Add Dispatcher loom based module Implementation #3257
Conversation
Skipping CI for Draft Pull Request. |
/cc @pierDipi For early review on this POC. |
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #3257 +/- ##
============================================
- Coverage 62.05% 61.79% -0.26%
- Complexity 736 765 +29
============================================
Files 176 181 +5
Lines 12085 12219 +134
Branches 253 266 +13
============================================
+ Hits 7499 7551 +52
- Misses 3999 4080 +81
- Partials 587 588 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
This looks good overall!
I left a few minor comments and the requested help for the threading model on close.
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
/retest |
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.
Great job @debasishbsws!
...om/src/test/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumerTest.java
Outdated
Show resolved
Hide resolved
...om/src/test/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumerTest.java
Outdated
Show resolved
Hide resolved
...r-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
Outdated
Show resolved
Hide resolved
48fd738
to
dd73e61
Compare
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
Signed-off-by: debasishbsws <[email protected]>
dd73e61
to
073de91
Compare
Hey @matzew, I have added the comment. |
/retest-required |
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
nice work (I checked this a bit already last week, and pierdipi was also already reviewing parts here)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: debasishbsws, matzew 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 |
842eb1c
into
knative-extensions:main
Progress in #2928
Proposed Changes