Jordan Zimmerman
Jordan Zimmerman
Swagger could produce an alternate shaded dependency (with the shaded classifier) for those that need it. We ended up building one for ourselves internally. It's unfortunate that we have to...
Any traction on this? There is currently no good way to use Flyway as a migrator inside of a library that I can see. There's lots of discussion about multiple...
I wanted to be able to visit nodes the way the builtin rules do. I found another way but custom tools should get the benefit of services used internally.
Curator is now at Apache. Please open an issue on Curator's issue tracker: http://issues.apache.org/jira/browse/CURATOR
> And ourIndex = 2, why would we add a watcher for the child 1? This prevents thundering herds when ZNodes are deleted. A given client only needs to watch...
@borjab and @egor-ryashin I just ran the test in this PR multiple times with the fix in LeaderLatch commented out and the tests always pass. It's important to note that...
@egor-ryashin `LeaderLatch` calls `setLeadership(false);` when the connection is lost. `LeaderSelector` is a bit more complicated but if you use the recommended `LeaderSelectorListenerAdapter` the active leader will get interrupted when the...
Please read this tech note and see if it applies: https://cwiki.apache.org/confluence/display/CURATOR/TN14
Please provide a test case and/or more information on why this is needed.
If I understand this PR correctly, overwriteExisting only applies on the first use, right? If so, I'd like to see this renamed to something that better reflects it's use. `overwriteInitialExisting`...