Allow users to customize Client Connection #2734
Conversation
c42473d to
035160c
Compare
|
I guess the CI is down because of the problem described in #2728 . |
|
@nmengin is this one still valid? Can you rebase? |
035160c to
60d2c7c
Compare
|
Hello @olljanat , yes the PR is still valid. I hope the CI will validate it 😄 |
Codecov Report
@@ Coverage Diff @@
## master #2734 +/- ##
=========================================
Coverage ? 62.02%
=========================================
Files ? 137
Lines ? 22136
Branches ? 0
=========================================
Hits ? 13729
Misses ? 6930
Partials ? 1477 |
…anism Signed-off-by: nmengin <nicolas@containo.us>
60d2c7c to
2467537
Compare
|
I think that it is flaky test #2559 |
|
Ok @olljanat , thank you for the response. Do you think it's possible to relaunch the CI or do you prefer I make a push? |
|
I kicked the build |
|
Thank you @thaJeztah . For information, do yo think this PR might be merged soon or there is a design problem with it? |
|
@nmengin did I understood right that you actually want give user possibility to workaround #2733 ? If that is case I guess that this will not get approval from maintainers. Related issues:
and afaik most technical discussion are done on #2774 |
|
Hello @olljanat . Unfortunately the workaround you proposed did not work. I guess this PR will not be merged, so I close it. |
Signed-off-by: nmengin nicolas@containo.us
- What I did
Adding an option to allow users to give
DialOptionsto theConnectionBrokerandraft.TransportgRPC client connection.- How I did it
By creating an option into the
node.NodeConfiguration.- How to test it
I modified the test to add
DialOption.- Description for the changelog
Adding an entry into the Node configuration to allow users to customize the
DialOptionsfor theConnectionBrokerandraft.TransportgRPC client connection.Fixes #2733