Hamish Forbes

Results 48 comments of Hamish Forbes

> @hamishforbes I can not understand your log, where does the `New broker list` come from? Sorry maybe I didn't explain very well, i've just pushed my modified version: https://github.com/doujiang24/lua-resty-kafka/compare/master...hamishforbes:debug_logging...

Sure, can do. I also have a fix for the tusd server to return error responses instead of `100 Continue` and then an error response. Although this is less useful...

Here's a couple of discussions on the nginx behaviour https://trac.nginx.org/nginx/ticket/493 https://forum.nginx.org/read.php?2,212533,212549#msg-212549 and the relevant code https://github.com/nginx/nginx/blob/3ba88365b5acef17f01671cd969c909dee5e2cde/src/http/ngx_http_request_body.c#L833 PR for the tusd change: https://github.com/tus/tusd/pull/377

Hi, did this ever get fixed? I believe this is the root cause of the issues I'm seeing with 0.29.0 so I'm guessing not? I am using the Vault Kubernetes...

Hi, this is not a Connect issue. Perhaps I shouldn't have included that in the initial report, that was just the knock-on effect that i was investigating. This issue occurs...

I'm seeing a similar issue but using the [AWS ALB Controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller) My app receives public HTTP requests via an ALB and forwards them on to other services via Consul Connect....

Yeah for sure, it's not a particularly elegant solution! I've been running a [fork](https://github.com/hashicorp/consul-k8s/compare/v0.40.0...hamishforbes:upstreamConfig) with this patch and a couple of other tweaks in production since opening the PR though,...

Is there any update on this issue, supporting overriding the service name somehow. I've run into a bit of a show stopper trying to put some rudimentary namespacing into my...

If you don't mind running a fork I have a [patch](https://github.com/hamishforbes/consul-k8s/commit/92ae52d115d6d7765b4a9e21f6142a01895af889) that names the envoy port and disables the legacy annotations. You can then at least create your own PodMonitor...

@david-yu I can probably find some time to open a PR for at least part of it this week Theres 2 parts as I see it 1) Adding `ServiceMonitor` resources...