Aaron Tolman
Aaron Tolman
This seems like a pretty useful feature. Is it on the roadmap or did something better come along?
I took a very similar approach in my pull request (#205). I guess I should have checked here before submitting mine. It's a bit encouraging that you also ran into...
@zhaoyungelele - Did you find a reasonable third-party HELM chart?
Please hold off on reviewing this build request. I've found a few issues that need to be addressed.
Unit tests are failing in places that I didn't touch. I've tested the code by hand and it seems to be working. Could use some help understanding the issue with...
Ah... this is not a good showing on my part. I let a non-related commit slip into the acl_token_sopport branch (a change I had may to help me more easily...
Is the expected behavior for the `read_handler` to run, forever, and just block while there is no data to pass along? I always worry about waiting for things indefinitely.
FWIW - I also see this same "Readiness probe failed" if the `read_handler` takes too long to respond. Rather than limiting the number of responses as described above, you can...
I believe it was Kubernetes killing the pod because it failed the "Readiness probe". Consider the use case that you want to run a database query that generates X number...