Herman J. Radtke III

Results 75 comments of Herman J. Radtke III

This is blending request routing with load balancing. I had originally thought that alacrity would work similar to an AWS ELB, where you provision a load balancer per cluster. That...

Thank you for working on this. I was traveling so it took me a few days to get back to you. I just saw your questions on issue #90 as...

Thanks, I will check it out. I did look at using tikv directly, but it would require too many dependencies.

https://www.reddit.com/r/rust/comments/64ksi4/this_week_in_tikv_march_27_to_april_09/dg3pirx/

Great idea. I will do some reading on how this works. This probably means we need to abstract the adding and removal of nodes and make the REST API, Kubernetes,...

@jtsiros Thank you for offering to help! The code in `benches/proxy.rs` used reqwest. that no longer works after a refactor _and_ it is a blocking request. It should be updated...

Thank you for suggesting this. This is indeed something I plan to do. The manager process will be in charge of this.

Example: https://github.com/danburkert/kudu-rs/blob/futures-wip/src/util.rs#L226

First one in https://github.com/hjr3/alacrity/pull/60 , but I think we need a couple different use cases.

👍 on the easy integration with let's encrypt. other than that, i think renewal is out of scope. i would look to nginx for an example of how to setup...