-
Notifications
You must be signed in to change notification settings - Fork 229
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
Maintenance update #65
Conversation
* Clean-up immutability for Sender and Receiver options * migrate to kafka 2.0.0 * update gradle to 4.10 * removed redundant KafkaScheduler#fromWorker (replaced to Schedulers.single()) * update to Reactor 3.2.0.RELEASE
d5f8a8b
to
1f41238
Compare
Codecov Report
@@ Coverage Diff @@
## master #65 +/- ##
============================================
- Coverage 84.73% 81.08% -3.65%
- Complexity 192 228 +36
============================================
Files 14 18 +4
Lines 1022 1121 +99
Branches 111 113 +2
============================================
+ Hits 866 909 +43
- Misses 120 174 +54
- Partials 36 38 +2
Continue to review full report at Codecov.
|
1f41238
to
0d3875a
Compare
0d3875a
to
7b13572
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.
With package private changes
The commit corresponding to this PR seems to have been tagged with Yet the 1.1.0 milestone still has 6 issues open, and this tag doesn't match the usual format ( So it begs the question: what is the status of 1.1.0? Am I expected to properly release the
|
Clean-up immutability for Sender and Receiver options
migrate to kafka 2.0.0
update gradle to 4.10
removed redundant KafkaScheduler#fromWorker (replaced to Schedulers.single())
update to Reactor 3.2.0.RELEASE
update docs to upcoming release