-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fabric8 leader election (CAN ONLY GO IN THE NEXT MAJOR RELEASE) #1658
base: main
Are you sure you want to change the base?
Conversation
Configure Renovate
It can go in
100%. I started to look into that implementation also, but as with fabric-8 I want to be sure I understand all the details, first, so it will take a bit.
not sure, I'll dig more into it.
valid point, it might be actually. I'll work on it. |
It should go into main IMO |
if you say it can go into
|
I thought everything was wrapped in a feature flag and it wasn't introducing any breaking changes. If that is not the case then it will need to wait and cannot go into main right now. |
it is protected by a feature flag, I got your point now. |
good point! Added it in the documentation
good point again, added such an option |
I can't really do that because of the very specific fabric8 APIs... but may be I will revisit this idea once I get a better understanding of the native client implementation. I've addressed all of the comments here I think, you can take another look now. Users have the option to switch back to the old implementation at any point in time, so the more the new one is used, the more we will polish it. As usual, I'll be there for that work... |
LGTM once you are satisfied with it we can merge it into main. |
I'm not there yet, I want to work on something else related indirectly with this PR for some time, and then get back to it. I would like to try and refactor some integration tests. The idea is that some integration tests do make sense, but some really need to be moved to plain tests. For example, here in this leader implementation some ITs are really needed, but because we already consume so much time with them, we can't add more. So I want to reduce their number and then add one more here. I'm not sure where that will take me, but I have to try this path first |
No description provided.