-
Notifications
You must be signed in to change notification settings - Fork 41
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
Consumer connected only to the followers #352
Conversation
Fixes #351 Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #352 +/- ##
==========================================
- Coverage 92.14% 92.02% -0.12%
==========================================
Files 116 116
Lines 11680 11719 +39
Branches 909 910 +1
==========================================
+ Hits 10762 10784 +22
- Misses 713 733 +20
+ Partials 205 202 -3 ☔ View full report in Codecov by Sentry. |
@francescopessina87 do you have an opportunity to test it? |
LookupLeaderOrRandomReplicasConnection Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
@Gsantomaggio yes I tested it against a 3 node and a 5 node cluster and seems to work properly 👍 |
Thank you @francescopessina87 ! Let's merge it! |
Fixes #351