Jianfei Hu

Results 6 issues of Jianfei Hu

For the testing involving multiple ports, this is very needed. In our case (Istio), we use httpbin a lot, but we also have different behavior of our software based on...

你好, 我很喜欢这个项目,帮忙解决了实际的问题。但希望项目主页能提供 - 初衷说明 - 开发团队的介绍 - 捐款链接。 这样能更好增加用户对于project未来的信心,捐款也给长远发展提供一定的帮助。 总之,谢谢!

Currently the http.cc https://github.com/istio-ecosystem/authservice/blob/master/src/common/http/http.cc `Get` `Post` methods. Will initiate one connection for every request. The actual usage typically has many requests per host. We are also waiting connection to be...

enhancement
backlog

https://github.com/istio-ecosystem/authservice/issues/149#issuecomment-900449428 Currently configmap contains the inline OIDC client information. We should change this to a secret reference, such as, ```yaml oidcClientSecret: / ```

https://github.com/ClickHouse/ClickHouse/issues/55110 After discussion, this PR is refactor the keeper host selection logic out, into a ZooKeeper Load Balancer. This makes it easier to add features we want (tracking errors from...

pr-improvement
can be tested

When a map value contains a bpf_spin_lock field, the map could not be declared as `BPF_MAP_TYPE_LRU_HASH`. ``` struct value { struct bpf_spin_lock semaphore; // other fields } ``` This is...