Anthony Dodd

Results 219 comments of Anthony Dodd

Happy to see this! I will be using it soon. Stoked for the streaming upload as well, as I have already started using the fully buffered upload. Being able to...

Hey all, just wanted to put this here for the record. I just spun up a nats cluster using this operator. I created the istio `VirtualServices` as you would normally...

@CyberDem0n thanks for taking the time to review these changes! I appreciate it. > Right now the feature is very limited, and supports only single-node clusters, but I don't see...

Nice! Happy to see this. Should obviate the need for https://github.com/zalando/patroni/pull/2318 as well.

@CyberDem0n just some quick feedback. I've created a docker image to test these changes, and my setup is as follows: - All code is present as of this branch's latest...

@CyberDem0n ok, quick update: by way of manually crippling the K8s API server pods of the testing cluster, I was able to induce the needed downtime scenario. Failsafe mode appears...

> about simple cases I am quite confident that it works Awesome! Any particular edge cases you are concerned about that you think might need some additional testing? We talked...

@CyberDem0n thoughts on when you would like to land this PR? Waiting on a few other reviews?

Hey everyone, just wanted to chime in here. Obviously, there has already been a lot of discussion along these lines, but I think something which actix needs right now is...

Essentially, the `ActorFuture` was a way to be able to gain access to the actor from within a futures chain. Before async/await was around, that was difficult. Now that we...