John Howard

Results 264 issues of John Howard

Today our readiness probe runs every 2s after the first second of the pod life. This has two concerns: * Lots of calls, which makes logs spammy - especially in...

area/perf and scalability
lifecycle/automatically-closed

This is incomplete currently, I am submitting a PR early to get feedback if something like this would be accepted Fixes #112647 Benchmark: ``` $ benchstat /tmp/{old,new} name old time/op...

sig/api-machinery
size/M
release-note-none
cncf-cla: yes
do-not-merge/work-in-progress
needs-priority
do-not-merge/invalid-commit-message
triage/accepted
do-not-merge/needs-kind

#### What type of PR is this? #### What this PR does / why we need it: Currently each call makes 1 small alloc. This is not much, but it...

sig/api-machinery
size/XS
release-note-none
cncf-cla: yes
needs-priority
triage/accepted
do-not-merge/needs-kind

Currently, validate.go functions make a substantial amount of our binary size, which we would like to reduce. In fact, we don't even call .Validate() at all in our code -...

**Description** Through a tangled mess of imports, go module behaviors, and we are somehow importing a lot of libraries by importing **Steps to reproduce the issue:** 1. go mod init...

kind/bug

Currently, the conformance tests use a pretty simple `echoserver` deployment and make HTTP calls from the go test runner to the Gateway IP (which must be reachable from the test...

kind/feature

https://github.com/hyperium/hyper-util/pull/25/files#r1132540417 I will hopefully pick this up, but if anyone else wants to feel free

A-client
C-refactor
K-hyper-util

This is honestly pretty nitpicky.. but it would be nice to be able to report in Bits instead of Bytes. Its fairly common in networking to report in bits, so...

**Describe the bug** My goal is to have my key in a separate file. I am following https://autorestic.vercel.app/backend/env to do that. However, since I elide the `key` field in the...

Hyper currently has a 1.0-rc3 build out and 1.0.0 is coming later on (https://hyper.rs/contrib/roadmap/). Given tonic depends on hyper, it would be desirable to have tonic support hyper 1.0. I...