-
Notifications
You must be signed in to change notification settings - Fork 207
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 bulk subscriber over gRPC to examples #871
Conversation
Signed-off-by: MregXN <mregxn@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
6c70664
to
b3308cd
Compare
Signed-off-by: MregXN <mregxn@gmail.com>
b3308cd
to
714ea82
Compare
Signed-off-by: MregXN <mregxn@gmail.com>
1e9b8c4
to
2f2a0ed
Compare
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
@MregXN - Looks like there are some conflicts to be resolved. Then I think it can be merged since it's already approved |
Signed-off-by: MregXN <mregxn@gmail.com>
Signed-off-by: MregXN <mregxn@gmail.com>
the conflicts have been resolved. it is ready to merge. @artursouza @mukundansundar |
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #871 +/- ##
============================================
- Coverage 77.31% 76.29% -1.03%
+ Complexity 1537 1463 -74
============================================
Files 143 138 -5
Lines 4642 4497 -145
Branches 541 524 -17
============================================
- Hits 3589 3431 -158
- Misses 778 784 +6
- Partials 275 282 +7 ☔ View full report in Codecov by Sentry. |
Description
Add bulk subscriber over gRPC to examples and modified the README.md to cover validation of both http subscriber and grpc subscriber.
Issue reference
Please reference the issue #864 and #865.