-
Notifications
You must be signed in to change notification settings - Fork 479
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
added consistency configuration for batch processing #385
Conversation
Hi @rbkasat You should start describing what problem you are facing and how you want to address this. Beside that, a lot of checkstyle errors are produced, and therefore ci failed:
Greetings |
Hi @majst01 , |
Codecov Report
@@ Coverage Diff @@
## master #385 +/- ##
============================================
+ Coverage 83.12% 83.47% +0.34%
- Complexity 209 212 +3
============================================
Files 16 16
Lines 954 962 +8
Branches 96 96
============================================
+ Hits 793 803 +10
+ Misses 113 111 -2
Partials 48 48
Continue to review full report at Codecov.
|
OK by me. |
Hi @rbkasat you need to rebase you tests to match our latest migration tu junit5, after that i think this looks quite good. |
@rbkasat you need to change this PR not to include all commits which where made before, i would like to see here only what implements the desired feature. |
The ability to change the consistency level is one part of the equation here -- and it should actually allow for ALL of the consistency parameters to be used (ANY, ALL, ONE, QUORUM). The more complex part is to address what to do when the desired consistency is not met -- in the ALL case, the client may want to retry. Review: |
@timhallinflux I think setting consistency level is an immediate need in the batch writes and I would like to let the retry logic up to the user as a first step. |
No description provided.