erabii
erabii
I see, I took a closer look and yeah, you right. thank you and sorry for the noise.
oh wow, we have dependabot now? :) cool!
@ciscoo `test` ?
@tonyschak this was fixed by us, but it was not yet release: https://github.com/spring-cloud/spring-cloud-kubernetes/blob/main/spring-cloud-kubernetes-client-autoconfig/src/main/java/org/springframework/cloud/kubernetes/client/KubernetesClientPodUtils.java#L112
ain't this a beauty, I am already tired of countless github actions issues we are facing :) I hope it's the last time I ever use it.
I hoped something like this would work ``` "preConditions": [ { "dbmsType": "cassandra", "onFail": "HALT", "sqlCheck": { "sql": "CREATE KEYSPACE IF NOT EXISTS Killer_Video WITH replication = {'class':'SimpleStrategy', 'replication_factor':1};", "expectedResult":...
What is very weird is that if I run the above with `--log-level INFO`, I get : ``` Starting Liquibase at 15:35:17 (version 4.4.3 #53 built at 2021-08-05 18:32+0000) Liquibase...
@ryanjbaxter I've been busy these weeks into looking at the native way of fabric8 leader election. In other words, they already provide an implementation for it ( and boy it...
I've added explanation on the code a little bit, but I might be biased since I "took apart" the entire fabric8 leader election and tried to understand in its entire...
@ryanjbaxter I'm proposing a new implementation of fabric8 leader election, that is native in the library itself. For the time being I think that users should be left to opt-in...